Shades of Deep Lilac #A04CCC
Tints of Deep Lilac #A04CCC
RGB
CMYK
RGB Variations
Color information
#A04CCC (or 0xA04CCC) is known color: Deep Lilac. HEX triplet: A0, 4C and CC. RGB value is (160,76,204). Sum of RGB (Red+Green+Blue) = 160+76+204=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #A04CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CCC is #5FB333. Grayscale: #737373. Windows color (decimal): -6271796 or 13388960. OLE color: 13388960.
HSL color Cylindrical-coordinate representation of color #A04CCC: hue angle of 279.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04CCC is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 76 | 204 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.2 |
| HSL | 279.38º | 0.56% | 0.55% | - |
| HSV(B) | 279.38º | 0.63% | 0.8% | - |
| XYZ | 27.98 | 17 | 58.93 | - |
| YUV | 115.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 204 | 0.22 | 0.63 | 0 | 0.2 | 279.38 | 0.56 | 0.55 |
| Hex | A0 | 4C | CC | 16 | 3F | 0 | 14 | 117 | 38 | 37 |
| Octal | 240 | 114 | 314 | 26 | 77 | 0 | 24 | 427 | 70 | 67 |
| Binary | 10100000 | 1001100 | 11001100 | 10110 | 111111 | 0 | 10100 | 100010111 | 111000 | 110111 |
Color Harmonies of #A04CCC
Complementary color
Monochromatic Colors of #A04CCC
Black with #A04CCC
Text Example
Text Example
White with #A04CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CCC; }
p { color: rgb(160,76,204); }
H1.HeaderClassName
{
color: #A04CCC;
}
.AnyTagClassName
{
color: #A04CCC;
}
</style>
background-color css
<style>
a { background-color: #A04CCC; }
a { background-color: rgb(160,76,204); }
div.DivClassName
{
background-color: #A04CCC;
}
.BgClassName
{
background-color: #A04CCC;
}
</style>
border-color css
<style>
span { border-color: #A04CCC; }
span { border-color: rgb(160,76,204); }
td.TdClassName
{
border-color: #A04CCC;
}
.TagClassName
{
border-color: #A04CCC;
}
</style>