Shades of Deep Lilac #A152CC
Tints of Deep Lilac #A152CC
RGB
CMYK
RGB Variations
Color information
#A152CC (or 0xA152CC) is known color: Deep Lilac. HEX triplet: A1, 52 and CC. RGB value is (161,82,204). Sum of RGB (Red+Green+Blue) = 161+82+204=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #A152CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152CC is #5EAD33. Grayscale: #777777. Windows color (decimal): -6204724 or 13390497. OLE color: 13390497.
HSL color Cylindrical-coordinate representation of color #A152CC: hue angle of 278.85º degrees, saturation: 0.54, 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 #A152CC is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 82 | 204 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.2 |
| HSL | 278.85º | 0.54% | 0.56% | - |
| HSV(B) | 278.85º | 0.6% | 0.8% | - |
| XYZ | 28.61 | 17.97 | 59.09 | - |
| YUV | 119.53 | 175.67 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 204 | 0.21 | 0.60 | 0 | 0.2 | 278.85 | 0.54 | 0.56 |
| Hex | A1 | 52 | CC | 15 | 3C | 0 | 14 | 117 | 36 | 38 |
| Octal | 241 | 122 | 314 | 25 | 74 | 0 | 24 | 427 | 66 | 70 |
| Binary | 10100001 | 1010010 | 11001100 | 10101 | 111100 | 0 | 10100 | 100010111 | 110110 | 111000 |
Color Harmonies of #A152CC
Complementary color
Monochromatic Colors of #A152CC
Black with #A152CC
Text Example
Text Example
White with #A152CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A152CC; }
p { color: rgb(161,82,204); }
H1.HeaderClassName
{
color: #A152CC;
}
.AnyTagClassName
{
color: #A152CC;
}
</style>
background-color css
<style>
a { background-color: #A152CC; }
a { background-color: rgb(161,82,204); }
div.DivClassName
{
background-color: #A152CC;
}
.BgClassName
{
background-color: #A152CC;
}
</style>
border-color css
<style>
span { border-color: #A152CC; }
span { border-color: rgb(161,82,204); }
td.TdClassName
{
border-color: #A152CC;
}
.TagClassName
{
border-color: #A152CC;
}
</style>