Shades of Deep Lilac #A157CA
Tints of Deep Lilac #A157CA
RGB
CMYK
RGB Variations
Color information
#A157CA (or 0xA157CA) is known color: Deep Lilac. HEX triplet: A1, 57 and CA. RGB value is (161,87,202). Sum of RGB (Red+Green+Blue) = 161+87+202=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #A157CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157CA is #5EA835. Grayscale: #797979. Windows color (decimal): -6203446 or 13260705. OLE color: 13260705.
HSL color Cylindrical-coordinate representation of color #A157CA: hue angle of 278.61º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A157CA is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 87 | 202 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.21 |
| HSL | 278.61º | 0.52% | 0.57% | - |
| HSV(B) | 278.61º | 0.57% | 0.79% | - |
| XYZ | 28.77 | 18.66 | 57.96 | - |
| YUV | 122.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 202 | 0.20 | 0.57 | 0 | 0.21 | 278.61 | 0.52 | 0.57 |
| Hex | A1 | 57 | CA | 14 | 39 | 0 | 15 | 117 | 34 | 39 |
| Octal | 241 | 127 | 312 | 24 | 71 | 0 | 25 | 427 | 64 | 71 |
| Binary | 10100001 | 1010111 | 11001010 | 10100 | 111001 | 0 | 10101 | 100010111 | 110100 | 111001 |
Color Harmonies of #A157CA
Complementary color
Monochromatic Colors of #A157CA
Black with #A157CA
Text Example
Text Example
White with #A157CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A157CA; }
p { color: rgb(161,87,202); }
H1.HeaderClassName
{
color: #A157CA;
}
.AnyTagClassName
{
color: #A157CA;
}
</style>
background-color css
<style>
a { background-color: #A157CA; }
a { background-color: rgb(161,87,202); }
div.DivClassName
{
background-color: #A157CA;
}
.BgClassName
{
background-color: #A157CA;
}
</style>
border-color css
<style>
span { border-color: #A157CA; }
span { border-color: rgb(161,87,202); }
td.TdClassName
{
border-color: #A157CA;
}
.TagClassName
{
border-color: #A157CA;
}
</style>