Shades of Deep Lilac #AA43BD
Tints of Deep Lilac #AA43BD
RGB
CMYK
RGB Variations
Color information
#AA43BD (or 0xAA43BD) is known color: Deep Lilac. HEX triplet: AA, 43 and BD. RGB value is (170,67,189). Sum of RGB (Red+Green+Blue) = 170+67+189=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA43BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43BD is #55BC42. Grayscale: #6F6F6F. Windows color (decimal): -5618755 or 12403626. OLE color: 12403626.
HSL color Cylindrical-coordinate representation of color #AA43BD: hue angle of 290.66º 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 #AA43BD is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 67 | 189 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.26 |
| HSL | 290.66º | 0.48% | 0.5% | - |
| HSV(B) | 290.66º | 0.65% | 0.74% | - |
| XYZ | 27.77 | 16.23 | 49.81 | - |
| YUV | 111.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 189 | 0.10 | 0.65 | 0 | 0.26 | 290.66 | 0.48 | 0.5 |
| Hex | AA | 43 | BD | A | 41 | 0 | 1A | 123 | 30 | 32 |
| Octal | 252 | 103 | 275 | 12 | 101 | 0 | 32 | 443 | 60 | 62 |
| Binary | 10101010 | 1000011 | 10111101 | 1010 | 1000001 | 0 | 11010 | 100100011 | 110000 | 110010 |
Color Harmonies of #AA43BD
Complementary color
Monochromatic Colors of #AA43BD
Black with #AA43BD
Text Example
Text Example
White with #AA43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43BD; }
p { color: rgb(170,67,189); }
H1.HeaderClassName
{
color: #AA43BD;
}
.AnyTagClassName
{
color: #AA43BD;
}
</style>
background-color css
<style>
a { background-color: #AA43BD; }
a { background-color: rgb(170,67,189); }
div.DivClassName
{
background-color: #AA43BD;
}
.BgClassName
{
background-color: #AA43BD;
}
</style>
border-color css
<style>
span { border-color: #AA43BD; }
span { border-color: rgb(170,67,189); }
td.TdClassName
{
border-color: #AA43BD;
}
.TagClassName
{
border-color: #AA43BD;
}
</style>