Shades of Deep Lilac #A04CCE
Tints of Deep Lilac #A04CCE
RGB
CMYK
RGB Variations
Color information
#A04CCE (or 0xA04CCE) is known color: Deep Lilac. HEX triplet: A0, 4C and CE. RGB value is (160,76,206). Sum of RGB (Red+Green+Blue) = 160+76+206=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #A04CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CCE is #5FB331. Grayscale: #737373. Windows color (decimal): -6271794 or 13520032. OLE color: 13520032.
HSL color Cylindrical-coordinate representation of color #A04CCE: hue angle of 278.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04CCE is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 76 | 206 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.19 |
| HSL | 278.77º | 0.57% | 0.55% | - |
| HSV(B) | 278.77º | 0.63% | 0.81% | - |
| XYZ | 28.22 | 17.1 | 60.21 | - |
| YUV | 115.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 206 | 0.22 | 0.63 | 0 | 0.19 | 278.77 | 0.57 | 0.55 |
| Hex | A0 | 4C | CE | 16 | 3F | 0 | 13 | 117 | 39 | 37 |
| Octal | 240 | 114 | 316 | 26 | 77 | 0 | 23 | 427 | 71 | 67 |
| Binary | 10100000 | 1001100 | 11001110 | 10110 | 111111 | 0 | 10011 | 100010111 | 111001 | 110111 |
Color Harmonies of #A04CCE
Complementary color
Monochromatic Colors of #A04CCE
Black with #A04CCE
Text Example
Text Example
White with #A04CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CCE; }
p { color: rgb(160,76,206); }
H1.HeaderClassName
{
color: #A04CCE;
}
.AnyTagClassName
{
color: #A04CCE;
}
</style>
background-color css
<style>
a { background-color: #A04CCE; }
a { background-color: rgb(160,76,206); }
div.DivClassName
{
background-color: #A04CCE;
}
.BgClassName
{
background-color: #A04CCE;
}
</style>
border-color css
<style>
span { border-color: #A04CCE; }
span { border-color: rgb(160,76,206); }
td.TdClassName
{
border-color: #A04CCE;
}
.TagClassName
{
border-color: #A04CCE;
}
</style>