Shades of Deep Lilac #A456CA
Tints of Deep Lilac #A456CA
RGB
CMYK
RGB Variations
Color information
#A456CA (or 0xA456CA) is known color: Deep Lilac. HEX triplet: A4, 56 and CA. RGB value is (164,86,202). Sum of RGB (Red+Green+Blue) = 164+86+202=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #A456CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456CA is #5BA935. Grayscale: #7A7A7A. Windows color (decimal): -6007094 or 13260452. OLE color: 13260452.
HSL color Cylindrical-coordinate representation of color #A456CA: hue angle of 280.34º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A456CA is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 86 | 202 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.21 |
| HSL | 280.34º | 0.52% | 0.56% | - |
| HSV(B) | 280.34º | 0.57% | 0.79% | - |
| XYZ | 29.3 | 18.81 | 57.96 | - |
| YUV | 122.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 202 | 0.19 | 0.57 | 0 | 0.21 | 280.34 | 0.52 | 0.56 |
| Hex | A4 | 56 | CA | 13 | 39 | 0 | 15 | 118 | 34 | 38 |
| Octal | 244 | 126 | 312 | 23 | 71 | 0 | 25 | 430 | 64 | 70 |
| Binary | 10100100 | 1010110 | 11001010 | 10011 | 111001 | 0 | 10101 | 100011000 | 110100 | 111000 |
Color Harmonies of #A456CA
Complementary color
Monochromatic Colors of #A456CA
Black with #A456CA
Text Example
Text Example
White with #A456CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A456CA; }
p { color: rgb(164,86,202); }
H1.HeaderClassName
{
color: #A456CA;
}
.AnyTagClassName
{
color: #A456CA;
}
</style>
background-color css
<style>
a { background-color: #A456CA; }
a { background-color: rgb(164,86,202); }
div.DivClassName
{
background-color: #A456CA;
}
.BgClassName
{
background-color: #A456CA;
}
</style>
border-color css
<style>
span { border-color: #A456CA; }
span { border-color: rgb(164,86,202); }
td.TdClassName
{
border-color: #A456CA;
}
.TagClassName
{
border-color: #A456CA;
}
</style>