Shades of Deep Lilac #A458CB
Tints of Deep Lilac #A458CB
RGB
CMYK
RGB Variations
Color information
#A458CB (or 0xA458CB) is known color: Deep Lilac. HEX triplet: A4, 58 and CB. RGB value is (164,88,203). Sum of RGB (Red+Green+Blue) = 164+88+203=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #A458CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458CB is #5BA734. Grayscale: #7B7B7B. Windows color (decimal): -6006581 or 13326500. OLE color: 13326500.
HSL color Cylindrical-coordinate representation of color #A458CB: hue angle of 279.65º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A458CB is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 88 | 203 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.20 |
| HSL | 279.65º | 0.53% | 0.57% | - |
| HSV(B) | 279.65º | 0.57% | 0.8% | - |
| XYZ | 29.58 | 19.18 | 58.64 | - |
| YUV | 123.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 203 | 0.19 | 0.57 | 0 | 0.20 | 279.65 | 0.53 | 0.57 |
| Hex | A4 | 58 | CB | 13 | 39 | 0 | 14 | 118 | 35 | 39 |
| Octal | 244 | 130 | 313 | 23 | 71 | 0 | 24 | 430 | 65 | 71 |
| Binary | 10100100 | 1011000 | 11001011 | 10011 | 111001 | 0 | 10100 | 100011000 | 110101 | 111001 |
Color Harmonies of #A458CB
Complementary color
Monochromatic Colors of #A458CB
Black with #A458CB
Text Example
Text Example
White with #A458CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458CB; }
p { color: rgb(164,88,203); }
H1.HeaderClassName
{
color: #A458CB;
}
.AnyTagClassName
{
color: #A458CB;
}
</style>
background-color css
<style>
a { background-color: #A458CB; }
a { background-color: rgb(164,88,203); }
div.DivClassName
{
background-color: #A458CB;
}
.BgClassName
{
background-color: #A458CB;
}
</style>
border-color css
<style>
span { border-color: #A458CB; }
span { border-color: rgb(164,88,203); }
td.TdClassName
{
border-color: #A458CB;
}
.TagClassName
{
border-color: #A458CB;
}
</style>