Shades of Deep Lilac #AA5DB5
Tints of Deep Lilac #AA5DB5
RGB
CMYK
RGB Variations
Color information
#AA5DB5 (or 0xAA5DB5) is known color: Deep Lilac. HEX triplet: AA, 5D and B5. RGB value is (170,93,181). Sum of RGB (Red+Green+Blue) = 170+93+181=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA5DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DB5 is #55A24A. Grayscale: #7D7D7D. Windows color (decimal): -5612107 or 11885994. OLE color: 11885994.
HSL color Cylindrical-coordinate representation of color #AA5DB5: hue angle of 292.5º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5DB5 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 93 | 181 | - |
CMYK | 0.06 | 0.49 | 0 | 0.29 |
HSL | 292.5º | 0.37% | 0.54% | - |
HSV(B) | 292.5º | 0.49% | 0.71% | - |
XYZ | 28.83 | 19.71 | 46 | - |
YUV | 126.06 | 159.01 | 159.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 93 | 181 | 0.06 | 0.49 | 0 | 0.29 | 292.5 | 0.37 | 0.54 |
Hex | AA | 5D | B5 | 6 | 31 | 0 | 1D | 124 | 25 | 36 |
Octal | 252 | 135 | 265 | 6 | 61 | 0 | 35 | 444 | 45 | 66 |
Binary | 10101010 | 1011101 | 10110101 | 110 | 110001 | 0 | 11101 | 100100100 | 100101 | 110110 |
Color Harmonies of #AA5DB5
Complementary color
Monochromatic Colors of #AA5DB5
Black with #AA5DB5
Text Example
Text Example
White with #AA5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DB5; }
p { color: rgb(170,93,181); }
H1.HeaderClassName
{
color: #AA5DB5;
}
.AnyTagClassName
{
color: #AA5DB5;
}
</style>
background-color css
<style>
a { background-color: #AA5DB5; }
a { background-color: rgb(170,93,181); }
div.DivClassName
{
background-color: #AA5DB5;
}
.BgClassName
{
background-color: #AA5DB5;
}
</style>
border-color css
<style>
span { border-color: #AA5DB5; }
span { border-color: rgb(170,93,181); }
td.TdClassName
{
border-color: #AA5DB5;
}
.TagClassName
{
border-color: #AA5DB5;
}
</style>