Shades of Deep Lilac #A157CB
Tints of Deep Lilac #A157CB
RGB
CMYK
RGB Variations
Color information
#A157CB (or 0xA157CB) is known color: Deep Lilac. HEX triplet: A1, 57 and CB. RGB value is (161,87,203). Sum of RGB (Red+Green+Blue) = 161+87+203=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #A157CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157CB is #5EA834. Grayscale: #797979. Windows color (decimal): -6203445 or 13326241. OLE color: 13326241.
HSL color Cylindrical-coordinate representation of color #A157CB: hue angle of 278.28º 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 #A157CB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 87 | 203 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.20 |
| HSL | 278.28º | 0.53% | 0.57% | - |
| HSV(B) | 278.28º | 0.57% | 0.8% | - |
| XYZ | 28.89 | 18.71 | 58.59 | - |
| YUV | 122.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 203 | 0.21 | 0.57 | 0 | 0.20 | 278.28 | 0.53 | 0.57 |
| Hex | A1 | 57 | CB | 15 | 39 | 0 | 14 | 116 | 35 | 39 |
| Octal | 241 | 127 | 313 | 25 | 71 | 0 | 24 | 426 | 65 | 71 |
| Binary | 10100001 | 1010111 | 11001011 | 10101 | 111001 | 0 | 10100 | 100010110 | 110101 | 111001 |
Color Harmonies of #A157CB
Complementary color
Monochromatic Colors of #A157CB
Black with #A157CB
Text Example
Text Example
White with #A157CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A157CB; }
p { color: rgb(161,87,203); }
H1.HeaderClassName
{
color: #A157CB;
}
.AnyTagClassName
{
color: #A157CB;
}
</style>
background-color css
<style>
a { background-color: #A157CB; }
a { background-color: rgb(161,87,203); }
div.DivClassName
{
background-color: #A157CB;
}
.BgClassName
{
background-color: #A157CB;
}
</style>
border-color css
<style>
span { border-color: #A157CB; }
span { border-color: rgb(161,87,203); }
td.TdClassName
{
border-color: #A157CB;
}
.TagClassName
{
border-color: #A157CB;
}
</style>