Shades of Deep Lilac #A158CC
Tints of Deep Lilac #A158CC
RGB
CMYK
RGB Variations
Color information
#A158CC (or 0xA158CC) is known color: Deep Lilac. HEX triplet: A1, 58 and CC. RGB value is (161,88,204). Sum of RGB (Red+Green+Blue) = 161+88+204=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #A158CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158CC is #5EA733. Grayscale: #7A7A7A. Windows color (decimal): -6203188 or 13392033. OLE color: 13392033.
HSL color Cylindrical-coordinate representation of color #A158CC: hue angle of 277.76º 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 #A158CC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 88 | 204 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.2 |
| HSL | 277.76º | 0.53% | 0.57% | - |
| HSV(B) | 277.76º | 0.57% | 0.8% | - |
| XYZ | 29.09 | 18.92 | 59.24 | - |
| YUV | 123.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 204 | 0.21 | 0.57 | 0 | 0.2 | 277.76 | 0.53 | 0.57 |
| Hex | A1 | 58 | CC | 15 | 39 | 0 | 14 | 116 | 35 | 39 |
| Octal | 241 | 130 | 314 | 25 | 71 | 0 | 24 | 426 | 65 | 71 |
| Binary | 10100001 | 1011000 | 11001100 | 10101 | 111001 | 0 | 10100 | 100010110 | 110101 | 111001 |
Color Harmonies of #A158CC
Complementary color
Monochromatic Colors of #A158CC
Black with #A158CC
Text Example
Text Example
White with #A158CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A158CC; }
p { color: rgb(161,88,204); }
H1.HeaderClassName
{
color: #A158CC;
}
.AnyTagClassName
{
color: #A158CC;
}
</style>
background-color css
<style>
a { background-color: #A158CC; }
a { background-color: rgb(161,88,204); }
div.DivClassName
{
background-color: #A158CC;
}
.BgClassName
{
background-color: #A158CC;
}
</style>
border-color css
<style>
span { border-color: #A158CC; }
span { border-color: rgb(161,88,204); }
td.TdClassName
{
border-color: #A158CC;
}
.TagClassName
{
border-color: #A158CC;
}
</style>