Shades of Deep Lilac #A256CC
Tints of Deep Lilac #A256CC
RGB
CMYK
RGB Variations
Color information
#A256CC (or 0xA256CC) is known color: Deep Lilac. HEX triplet: A2, 56 and CC. RGB value is (162,86,204). Sum of RGB (Red+Green+Blue) = 162+86+204=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #A256CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256CC is #5DA933. Grayscale: #797979. Windows color (decimal): -6138164 or 13391522. OLE color: 13391522.
HSL color Cylindrical-coordinate representation of color #A256CC: hue angle of 278.64º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A256CC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 86 | 204 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.2 |
| HSL | 278.64º | 0.54% | 0.57% | - |
| HSV(B) | 278.64º | 0.58% | 0.8% | - |
| XYZ | 29.13 | 18.7 | 59.2 | - |
| YUV | 122.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 204 | 0.21 | 0.58 | 0 | 0.2 | 278.64 | 0.54 | 0.57 |
| Hex | A2 | 56 | CC | 15 | 3A | 0 | 14 | 117 | 36 | 39 |
| Octal | 242 | 126 | 314 | 25 | 72 | 0 | 24 | 427 | 66 | 71 |
| Binary | 10100010 | 1010110 | 11001100 | 10101 | 111010 | 0 | 10100 | 100010111 | 110110 | 111001 |
Color Harmonies of #A256CC
Complementary color
Monochromatic Colors of #A256CC
Black with #A256CC
Text Example
Text Example
White with #A256CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256CC; }
p { color: rgb(162,86,204); }
H1.HeaderClassName
{
color: #A256CC;
}
.AnyTagClassName
{
color: #A256CC;
}
</style>
background-color css
<style>
a { background-color: #A256CC; }
a { background-color: rgb(162,86,204); }
div.DivClassName
{
background-color: #A256CC;
}
.BgClassName
{
background-color: #A256CC;
}
</style>
border-color css
<style>
span { border-color: #A256CC; }
span { border-color: rgb(162,86,204); }
td.TdClassName
{
border-color: #A256CC;
}
.TagClassName
{
border-color: #A256CC;
}
</style>