Shades of Deep Lilac #A154CC
Tints of Deep Lilac #A154CC
RGB
CMYK
RGB Variations
Color information
#A154CC (or 0xA154CC) is known color: Deep Lilac. HEX triplet: A1, 54 and CC. RGB value is (161,84,204). Sum of RGB (Red+Green+Blue) = 161+84+204=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #A154CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154CC is #5EAB33. Grayscale: #787878. Windows color (decimal): -6204212 or 13391009. OLE color: 13391009.
HSL color Cylindrical-coordinate representation of color #A154CC: hue angle of 278.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A154CC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 84 | 204 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.2 |
| HSL | 278.5º | 0.54% | 0.56% | - |
| HSV(B) | 278.5º | 0.59% | 0.8% | - |
| XYZ | 28.77 | 18.28 | 59.14 | - |
| YUV | 120.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 204 | 0.21 | 0.59 | 0 | 0.2 | 278.5 | 0.54 | 0.56 |
| Hex | A1 | 54 | CC | 15 | 3B | 0 | 14 | 116 | 36 | 38 |
| Octal | 241 | 124 | 314 | 25 | 73 | 0 | 24 | 426 | 66 | 70 |
| Binary | 10100001 | 1010100 | 11001100 | 10101 | 111011 | 0 | 10100 | 100010110 | 110110 | 111000 |
Color Harmonies of #A154CC
Complementary color
Monochromatic Colors of #A154CC
Black with #A154CC
Text Example
Text Example
White with #A154CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154CC; }
p { color: rgb(161,84,204); }
H1.HeaderClassName
{
color: #A154CC;
}
.AnyTagClassName
{
color: #A154CC;
}
</style>
background-color css
<style>
a { background-color: #A154CC; }
a { background-color: rgb(161,84,204); }
div.DivClassName
{
background-color: #A154CC;
}
.BgClassName
{
background-color: #A154CC;
}
</style>
border-color css
<style>
span { border-color: #A154CC; }
span { border-color: rgb(161,84,204); }
td.TdClassName
{
border-color: #A154CC;
}
.TagClassName
{
border-color: #A154CC;
}
</style>