Color spaces of #aa91cb
RGB | 170 | 145 | 203 |
---|---|---|---|
HSL | 0.74 | 0.36 | 0.68 |
HSV | 266° | 29° | 80° |
CMYK | 0.16 | 0.29 | 0.00 0.20 |
XYZ | 37.4825 | 33.1086 | 60.9150 |
Yxy | 33.1086 | 0.2850 | 0.2518 |
Hunter Lab | 57.5401 | 15.5826 | -22.4895 |
CIE-Lab | 64.2487 | 20.7629 | -26.4379 |
#aa91cb color RGB value is (170,145,203).
#aa91cb hex color red value is 170, green value is 145 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa91cb hue: 0.74 , saturation: 0.36 and the lightness value of aa91cb is 0.68.
The process color (four color CMYK) of #aa91cb color hex is 0.16, 0.29, 0.00, 0.20. Web safe color of #aa91cb is #9999cc. Color #aa91cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10010001 | 11001011 |
Octal | 252 | 221 | 313 |
Decimal | 170 | 145 | 203 |
Hex | AA | 91 | CB |
Shades of #aa91cb
Tints of #aa91cb
RGB Percentages of Color #aa91cb
CMYK Percentages of Color #aa91cb
Complementary Color
#aa91cb | #b2cb91 |
#aa91cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa91cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa91cb Color CSS Codes
.mybgcolor {background-color:#aa91cb; } .myforecolor {color:#aa91cb; } .mybordercolor {border:3px solid #aa91cb; }
#aa91cb Text Font Color
<p style="color:#aa91cb">Text here</p>
This sample text font color is #aa91cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#aa91cb Background Color
<div style="background-color:#aa91cb">
Div content here</div>
This div background color is #aa91cb
#aa91cb Border Color
<div style="border:3px solid #aa91cb">
Div here</div>
This div border color is #aa91cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,145,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa91cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa91cb; -webkit-box-shadow: 1px 1px 3px 2px #aa91cb; box-shadow: 1px 1px 3px 2px #aa91cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,145,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa91cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa91cb; -webkit-box-shadow: 1px 1px 3px 2px #aa91cb; box-shadow: 1px 1px 3px 2px #aa91cb;">
Div content here</div>
This div box has shadow with color #aa91cb
Comments
No comments written yet.
Please login to write comment.