Shades of Deep Lilac #A456CB
Tints of Deep Lilac #A456CB
RGB
CMYK
RGB Variations
Color information
#A456CB (or 0xA456CB) is known color: Deep Lilac. HEX triplet: A4, 56 and CB. RGB value is (164,86,203). Sum of RGB (Red+Green+Blue) = 164+86+203=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #A456CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456CB is #5BA934. Grayscale: #7A7A7A. Windows color (decimal): -6007093 or 13325988. OLE color: 13325988.
HSL color Cylindrical-coordinate representation of color #A456CB: hue angle of 280º degrees, saturation: 0.53, 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 #A456CB is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 86 | 203 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.20 |
| HSL | 280º | 0.53% | 0.57% | - |
| HSV(B) | 280º | 0.58% | 0.8% | - |
| XYZ | 29.42 | 18.86 | 58.59 | - |
| YUV | 122.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 203 | 0.19 | 0.58 | 0 | 0.20 | 280 | 0.53 | 0.57 |
| Hex | A4 | 56 | CB | 13 | 3A | 0 | 14 | 118 | 35 | 39 |
| Octal | 244 | 126 | 313 | 23 | 72 | 0 | 24 | 430 | 65 | 71 |
| Binary | 10100100 | 1010110 | 11001011 | 10011 | 111010 | 0 | 10100 | 100011000 | 110101 | 111001 |
Color Harmonies of #A456CB
Complementary color
Monochromatic Colors of #A456CB
Black with #A456CB
Text Example
Text Example
White with #A456CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A456CB; }
p { color: rgb(164,86,203); }
H1.HeaderClassName
{
color: #A456CB;
}
.AnyTagClassName
{
color: #A456CB;
}
</style>
background-color css
<style>
a { background-color: #A456CB; }
a { background-color: rgb(164,86,203); }
div.DivClassName
{
background-color: #A456CB;
}
.BgClassName
{
background-color: #A456CB;
}
</style>
border-color css
<style>
span { border-color: #A456CB; }
span { border-color: rgb(164,86,203); }
td.TdClassName
{
border-color: #A456CB;
}
.TagClassName
{
border-color: #A456CB;
}
</style>