Shades of Deep Lilac #A04BCE
Tints of Deep Lilac #A04BCE
RGB
CMYK
RGB Variations
Color information
#A04BCE (or 0xA04BCE) is known color: Deep Lilac. HEX triplet: A0, 4B and CE. RGB value is (160,75,206). Sum of RGB (Red+Green+Blue) = 160+75+206=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #A04BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BCE is #5FB431. Grayscale: #727272. Windows color (decimal): -6272050 or 13519776. OLE color: 13519776.
HSL color Cylindrical-coordinate representation of color #A04BCE: hue angle of 278.93º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04BCE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 75 | 206 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.19 |
| HSL | 278.93º | 0.57% | 0.55% | - |
| HSV(B) | 278.93º | 0.64% | 0.81% | - |
| XYZ | 28.15 | 16.96 | 60.18 | - |
| YUV | 115.35 | 179.16 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 206 | 0.22 | 0.64 | 0 | 0.19 | 278.93 | 0.57 | 0.55 |
| Hex | A0 | 4B | CE | 16 | 40 | 0 | 13 | 117 | 39 | 37 |
| Octal | 240 | 113 | 316 | 26 | 100 | 0 | 23 | 427 | 71 | 67 |
| Binary | 10100000 | 1001011 | 11001110 | 10110 | 1000000 | 0 | 10011 | 100010111 | 111001 | 110111 |
Color Harmonies of #A04BCE
Complementary color
Monochromatic Colors of #A04BCE
Black with #A04BCE
Text Example
Text Example
White with #A04BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BCE; }
p { color: rgb(160,75,206); }
H1.HeaderClassName
{
color: #A04BCE;
}
.AnyTagClassName
{
color: #A04BCE;
}
</style>
background-color css
<style>
a { background-color: #A04BCE; }
a { background-color: rgb(160,75,206); }
div.DivClassName
{
background-color: #A04BCE;
}
.BgClassName
{
background-color: #A04BCE;
}
</style>
border-color css
<style>
span { border-color: #A04BCE; }
span { border-color: rgb(160,75,206); }
td.TdClassName
{
border-color: #A04BCE;
}
.TagClassName
{
border-color: #A04BCE;
}
</style>