Shades of Deep Lilac #A151CC
Tints of Deep Lilac #A151CC
RGB
CMYK
RGB Variations
Color information
#A151CC (or 0xA151CC) is known color: Deep Lilac. HEX triplet: A1, 51 and CC. RGB value is (161,81,204). Sum of RGB (Red+Green+Blue) = 161+81+204=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #A151CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151CC is #5EAE33. Grayscale: #767676. Windows color (decimal): -6204980 or 13390241. OLE color: 13390241.
HSL color Cylindrical-coordinate representation of color #A151CC: hue angle of 279.02º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A151CC is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 81 | 204 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.2 |
| HSL | 279.02º | 0.55% | 0.56% | - |
| HSV(B) | 279.02º | 0.6% | 0.8% | - |
| XYZ | 28.54 | 17.82 | 59.06 | - |
| YUV | 118.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 204 | 0.21 | 0.60 | 0 | 0.2 | 279.02 | 0.55 | 0.56 |
| Hex | A1 | 51 | CC | 15 | 3C | 0 | 14 | 117 | 37 | 38 |
| Octal | 241 | 121 | 314 | 25 | 74 | 0 | 24 | 427 | 67 | 70 |
| Binary | 10100001 | 1010001 | 11001100 | 10101 | 111100 | 0 | 10100 | 100010111 | 110111 | 111000 |
Color Harmonies of #A151CC
Complementary color
Monochromatic Colors of #A151CC
Black with #A151CC
Text Example
Text Example
White with #A151CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151CC; }
p { color: rgb(161,81,204); }
H1.HeaderClassName
{
color: #A151CC;
}
.AnyTagClassName
{
color: #A151CC;
}
</style>
background-color css
<style>
a { background-color: #A151CC; }
a { background-color: rgb(161,81,204); }
div.DivClassName
{
background-color: #A151CC;
}
.BgClassName
{
background-color: #A151CC;
}
</style>
border-color css
<style>
span { border-color: #A151CC; }
span { border-color: rgb(161,81,204); }
td.TdClassName
{
border-color: #A151CC;
}
.TagClassName
{
border-color: #A151CC;
}
</style>