Shades of Deep Lilac #A158CB
Tints of Deep Lilac #A158CB
RGB
CMYK
RGB Variations
Color information
#A158CB (or 0xA158CB) is known color: Deep Lilac. HEX triplet: A1, 58 and CB. RGB value is (161,88,203). Sum of RGB (Red+Green+Blue) = 161+88+203=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #A158CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158CB is #5EA734. Grayscale: #7A7A7A. Windows color (decimal): -6203189 or 13326497. OLE color: 13326497.
HSL color Cylindrical-coordinate representation of color #A158CB: hue angle of 278.09º 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 #A158CB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 88 | 203 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.20 |
| HSL | 278.09º | 0.53% | 0.57% | - |
| HSV(B) | 278.09º | 0.57% | 0.8% | - |
| XYZ | 28.97 | 18.87 | 58.62 | - |
| YUV | 122.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 203 | 0.21 | 0.57 | 0 | 0.20 | 278.09 | 0.53 | 0.57 |
| Hex | A1 | 58 | CB | 15 | 39 | 0 | 14 | 116 | 35 | 39 |
| Octal | 241 | 130 | 313 | 25 | 71 | 0 | 24 | 426 | 65 | 71 |
| Binary | 10100001 | 1011000 | 11001011 | 10101 | 111001 | 0 | 10100 | 100010110 | 110101 | 111001 |
Color Harmonies of #A158CB
Complementary color
Monochromatic Colors of #A158CB
Black with #A158CB
Text Example
Text Example
White with #A158CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A158CB; }
p { color: rgb(161,88,203); }
H1.HeaderClassName
{
color: #A158CB;
}
.AnyTagClassName
{
color: #A158CB;
}
</style>
background-color css
<style>
a { background-color: #A158CB; }
a { background-color: rgb(161,88,203); }
div.DivClassName
{
background-color: #A158CB;
}
.BgClassName
{
background-color: #A158CB;
}
</style>
border-color css
<style>
span { border-color: #A158CB; }
span { border-color: rgb(161,88,203); }
td.TdClassName
{
border-color: #A158CB;
}
.TagClassName
{
border-color: #A158CB;
}
</style>