Shades of Deep Lilac #A455CE
Tints of Deep Lilac #A455CE
RGB
CMYK
RGB Variations
Color information
#A455CE (or 0xA455CE) is known color: Deep Lilac. HEX triplet: A4, 55 and CE. RGB value is (164,85,206). Sum of RGB (Red+Green+Blue) = 164+85+206=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #A455CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455CE is #5BAA31. Grayscale: #7A7A7A. Windows color (decimal): -6007346 or 13522340. OLE color: 13522340.
HSL color Cylindrical-coordinate representation of color #A455CE: hue angle of 279.17º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A455CE is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 85 | 206 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.19 |
| HSL | 279.17º | 0.55% | 0.57% | - |
| HSV(B) | 279.17º | 0.59% | 0.81% | - |
| XYZ | 29.7 | 18.85 | 60.46 | - |
| YUV | 122.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 206 | 0.20 | 0.59 | 0 | 0.19 | 279.17 | 0.55 | 0.57 |
| Hex | A4 | 55 | CE | 14 | 3B | 0 | 13 | 117 | 37 | 39 |
| Octal | 244 | 125 | 316 | 24 | 73 | 0 | 23 | 427 | 67 | 71 |
| Binary | 10100100 | 1010101 | 11001110 | 10100 | 111011 | 0 | 10011 | 100010111 | 110111 | 111001 |
Color Harmonies of #A455CE
Complementary color
Monochromatic Colors of #A455CE
Black with #A455CE
Text Example
Text Example
White with #A455CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A455CE; }
p { color: rgb(164,85,206); }
H1.HeaderClassName
{
color: #A455CE;
}
.AnyTagClassName
{
color: #A455CE;
}
</style>
background-color css
<style>
a { background-color: #A455CE; }
a { background-color: rgb(164,85,206); }
div.DivClassName
{
background-color: #A455CE;
}
.BgClassName
{
background-color: #A455CE;
}
</style>
border-color css
<style>
span { border-color: #A455CE; }
span { border-color: rgb(164,85,206); }
td.TdClassName
{
border-color: #A455CE;
}
.TagClassName
{
border-color: #A455CE;
}
</style>