Shades of Deep Lilac #AA42BF
Tints of Deep Lilac #AA42BF
RGB
CMYK
RGB Variations
Color information
#AA42BF (or 0xAA42BF) is known color: Deep Lilac. HEX triplet: AA, 42 and BF. RGB value is (170,66,191). Sum of RGB (Red+Green+Blue) = 170+66+191=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA42BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42BF is #55BD40. Grayscale: #6E6E6E. Windows color (decimal): -5619009 or 12534442. OLE color: 12534442.
HSL color Cylindrical-coordinate representation of color #AA42BF: hue angle of 289.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA42BF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 66 | 191 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.25 |
| HSL | 289.92º | 0.49% | 0.5% | - |
| HSV(B) | 289.92º | 0.65% | 0.75% | - |
| XYZ | 27.93 | 16.2 | 50.95 | - |
| YUV | 111.35 | 172.96 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 191 | 0.11 | 0.65 | 0 | 0.25 | 289.92 | 0.49 | 0.5 |
| Hex | AA | 42 | BF | B | 41 | 0 | 19 | 122 | 31 | 32 |
| Octal | 252 | 102 | 277 | 13 | 101 | 0 | 31 | 442 | 61 | 62 |
| Binary | 10101010 | 1000010 | 10111111 | 1011 | 1000001 | 0 | 11001 | 100100010 | 110001 | 110010 |
Color Harmonies of #AA42BF
Complementary color
Monochromatic Colors of #AA42BF
Black with #AA42BF
Text Example
Text Example
White with #AA42BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42BF; }
p { color: rgb(170,66,191); }
H1.HeaderClassName
{
color: #AA42BF;
}
.AnyTagClassName
{
color: #AA42BF;
}
</style>
background-color css
<style>
a { background-color: #AA42BF; }
a { background-color: rgb(170,66,191); }
div.DivClassName
{
background-color: #AA42BF;
}
.BgClassName
{
background-color: #AA42BF;
}
</style>
border-color css
<style>
span { border-color: #AA42BF; }
span { border-color: rgb(170,66,191); }
td.TdClassName
{
border-color: #AA42BF;
}
.TagClassName
{
border-color: #AA42BF;
}
</style>