Shades of Deep Lilac #A459CB
Tints of Deep Lilac #A459CB
RGB
CMYK
RGB Variations
Color information
#A459CB (or 0xA459CB) is known color: Deep Lilac. HEX triplet: A4, 59 and CB. RGB value is (164,89,203). Sum of RGB (Red+Green+Blue) = 164+89+203=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #A459CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A459CB is #5BA634. Grayscale: #7C7C7C. Windows color (decimal): -6006325 or 13326756. OLE color: 13326756.
HSL color Cylindrical-coordinate representation of color #A459CB: hue angle of 279.47º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A459CB is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 89 | 203 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.20 |
| HSL | 279.47º | 0.52% | 0.57% | - |
| HSV(B) | 279.47º | 0.56% | 0.8% | - |
| XYZ | 29.66 | 19.35 | 58.67 | - |
| YUV | 124.42 | 172.35 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 203 | 0.19 | 0.56 | 0 | 0.20 | 279.47 | 0.52 | 0.57 |
| Hex | A4 | 59 | CB | 13 | 38 | 0 | 14 | 117 | 34 | 39 |
| Octal | 244 | 131 | 313 | 23 | 70 | 0 | 24 | 427 | 64 | 71 |
| Binary | 10100100 | 1011001 | 11001011 | 10011 | 111000 | 0 | 10100 | 100010111 | 110100 | 111001 |
Color Harmonies of #A459CB
Complementary color
Monochromatic Colors of #A459CB
Black with #A459CB
Text Example
Text Example
White with #A459CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A459CB; }
p { color: rgb(164,89,203); }
H1.HeaderClassName
{
color: #A459CB;
}
.AnyTagClassName
{
color: #A459CB;
}
</style>
background-color css
<style>
a { background-color: #A459CB; }
a { background-color: rgb(164,89,203); }
div.DivClassName
{
background-color: #A459CB;
}
.BgClassName
{
background-color: #A459CB;
}
</style>
border-color css
<style>
span { border-color: #A459CB; }
span { border-color: rgb(164,89,203); }
td.TdClassName
{
border-color: #A459CB;
}
.TagClassName
{
border-color: #A459CB;
}
</style>