Shades of Deep Lilac #A256CA
Tints of Deep Lilac #A256CA
RGB
CMYK
RGB Variations
Color information
#A256CA (or 0xA256CA) is known color: Deep Lilac. HEX triplet: A2, 56 and CA. RGB value is (162,86,202). Sum of RGB (Red+Green+Blue) = 162+86+202=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #A256CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256CA is #5DA935. Grayscale: #797979. Windows color (decimal): -6138166 or 13260450. OLE color: 13260450.
HSL color Cylindrical-coordinate representation of color #A256CA: hue angle of 279.31º 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 #A256CA is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 86 | 202 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.21 |
| HSL | 279.31º | 0.52% | 0.56% | - |
| HSV(B) | 279.31º | 0.57% | 0.79% | - |
| XYZ | 28.89 | 18.6 | 57.94 | - |
| YUV | 121.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 202 | 0.20 | 0.57 | 0 | 0.21 | 279.31 | 0.52 | 0.56 |
| Hex | A2 | 56 | CA | 14 | 39 | 0 | 15 | 117 | 34 | 38 |
| Octal | 242 | 126 | 312 | 24 | 71 | 0 | 25 | 427 | 64 | 70 |
| Binary | 10100010 | 1010110 | 11001010 | 10100 | 111001 | 0 | 10101 | 100010111 | 110100 | 111000 |
Color Harmonies of #A256CA
Complementary color
Monochromatic Colors of #A256CA
Black with #A256CA
Text Example
Text Example
White with #A256CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256CA; }
p { color: rgb(162,86,202); }
H1.HeaderClassName
{
color: #A256CA;
}
.AnyTagClassName
{
color: #A256CA;
}
</style>
background-color css
<style>
a { background-color: #A256CA; }
a { background-color: rgb(162,86,202); }
div.DivClassName
{
background-color: #A256CA;
}
.BgClassName
{
background-color: #A256CA;
}
</style>
border-color css
<style>
span { border-color: #A256CA; }
span { border-color: rgb(162,86,202); }
td.TdClassName
{
border-color: #A256CA;
}
.TagClassName
{
border-color: #A256CA;
}
</style>