Shades of Deep Lilac #AA5CBE
Tints of Deep Lilac #AA5CBE
RGB
CMYK
RGB Variations
Color information
#AA5CBE (or 0xAA5CBE) is known color: Deep Lilac. HEX triplet: AA, 5C and BE. RGB value is (170,92,190). Sum of RGB (Red+Green+Blue) = 170+92+190=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CBE is #55A341. Grayscale: #7E7E7E. Windows color (decimal): -5612354 or 12475562. OLE color: 12475562.
HSL color Cylindrical-coordinate representation of color #AA5CBE: hue angle of 287.76º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5CBE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 92 | 190 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.25 |
| HSL | 287.76º | 0.43% | 0.55% | - |
| HSV(B) | 287.76º | 0.52% | 0.75% | - |
| XYZ | 29.7 | 19.92 | 50.99 | - |
| YUV | 126.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 190 | 0.11 | 0.52 | 0 | 0.25 | 287.76 | 0.43 | 0.55 |
| Hex | AA | 5C | BE | B | 34 | 0 | 19 | 120 | 2B | 37 |
| Octal | 252 | 134 | 276 | 13 | 64 | 0 | 31 | 440 | 53 | 67 |
| Binary | 10101010 | 1011100 | 10111110 | 1011 | 110100 | 0 | 11001 | 100100000 | 101011 | 110111 |
Color Harmonies of #AA5CBE
Complementary color
Monochromatic Colors of #AA5CBE
Black with #AA5CBE
Text Example
Text Example
White with #AA5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CBE; }
p { color: rgb(170,92,190); }
H1.HeaderClassName
{
color: #AA5CBE;
}
.AnyTagClassName
{
color: #AA5CBE;
}
</style>
background-color css
<style>
a { background-color: #AA5CBE; }
a { background-color: rgb(170,92,190); }
div.DivClassName
{
background-color: #AA5CBE;
}
.BgClassName
{
background-color: #AA5CBE;
}
</style>
border-color css
<style>
span { border-color: #AA5CBE; }
span { border-color: rgb(170,92,190); }
td.TdClassName
{
border-color: #AA5CBE;
}
.TagClassName
{
border-color: #AA5CBE;
}
</style>