Shades of Deep Lilac #AA42BC
Tints of Deep Lilac #AA42BC
RGB
CMYK
RGB Variations
Color information
#AA42BC (or 0xAA42BC) is known color: Deep Lilac. HEX triplet: AA, 42 and BC. RGB value is (170,66,188). Sum of RGB (Red+Green+Blue) = 170+66+188=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA42BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42BC is #55BD43. Grayscale: #6E6E6E. Windows color (decimal): -5619012 or 12337834. OLE color: 12337834.
HSL color Cylindrical-coordinate representation of color #AA42BC: hue angle of 291.15º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA42BC is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 66 | 188 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.26 |
| HSL | 291.15º | 0.48% | 0.5% | - |
| HSV(B) | 291.15º | 0.65% | 0.74% | - |
| XYZ | 27.6 | 16.07 | 49.22 | - |
| YUV | 111 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 188 | 0.10 | 0.65 | 0 | 0.26 | 291.15 | 0.48 | 0.5 |
| Hex | AA | 42 | BC | A | 41 | 0 | 1A | 123 | 30 | 32 |
| Octal | 252 | 102 | 274 | 12 | 101 | 0 | 32 | 443 | 60 | 62 |
| Binary | 10101010 | 1000010 | 10111100 | 1010 | 1000001 | 0 | 11010 | 100100011 | 110000 | 110010 |
Color Harmonies of #AA42BC
Complementary color
Monochromatic Colors of #AA42BC
Black with #AA42BC
Text Example
Text Example
White with #AA42BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42BC; }
p { color: rgb(170,66,188); }
H1.HeaderClassName
{
color: #AA42BC;
}
.AnyTagClassName
{
color: #AA42BC;
}
</style>
background-color css
<style>
a { background-color: #AA42BC; }
a { background-color: rgb(170,66,188); }
div.DivClassName
{
background-color: #AA42BC;
}
.BgClassName
{
background-color: #AA42BC;
}
</style>
border-color css
<style>
span { border-color: #AA42BC; }
span { border-color: rgb(170,66,188); }
td.TdClassName
{
border-color: #AA42BC;
}
.TagClassName
{
border-color: #AA42BC;
}
</style>