Shades of Deep Lilac #AA5CBD
Tints of Deep Lilac #AA5CBD
RGB
CMYK
RGB Variations
Color information
#AA5CBD (or 0xAA5CBD) is known color: Deep Lilac. HEX triplet: AA, 5C and BD. RGB value is (170,92,189). Sum of RGB (Red+Green+Blue) = 170+92+189=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA5CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CBD is #55A342. Grayscale: #7E7E7E. Windows color (decimal): -5612355 or 12410026. OLE color: 12410026.
HSL color Cylindrical-coordinate representation of color #AA5CBD: hue angle of 288.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5CBD is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 92 | 189 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.26 |
| HSL | 288.25º | 0.42% | 0.55% | - |
| HSV(B) | 288.25º | 0.51% | 0.74% | - |
| XYZ | 29.59 | 19.87 | 50.42 | - |
| YUV | 126.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 189 | 0.10 | 0.51 | 0 | 0.26 | 288.25 | 0.42 | 0.55 |
| Hex | AA | 5C | BD | A | 33 | 0 | 1A | 120 | 2A | 37 |
| Octal | 252 | 134 | 275 | 12 | 63 | 0 | 32 | 440 | 52 | 67 |
| Binary | 10101010 | 1011100 | 10111101 | 1010 | 110011 | 0 | 11010 | 100100000 | 101010 | 110111 |
Color Harmonies of #AA5CBD
Complementary color
Monochromatic Colors of #AA5CBD
Black with #AA5CBD
Text Example
Text Example
White with #AA5CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CBD; }
p { color: rgb(170,92,189); }
H1.HeaderClassName
{
color: #AA5CBD;
}
.AnyTagClassName
{
color: #AA5CBD;
}
</style>
background-color css
<style>
a { background-color: #AA5CBD; }
a { background-color: rgb(170,92,189); }
div.DivClassName
{
background-color: #AA5CBD;
}
.BgClassName
{
background-color: #AA5CBD;
}
</style>
border-color css
<style>
span { border-color: #AA5CBD; }
span { border-color: rgb(170,92,189); }
td.TdClassName
{
border-color: #AA5CBD;
}
.TagClassName
{
border-color: #AA5CBD;
}
</style>