Shades of Deep Lilac #A04CBC
Tints of Deep Lilac #A04CBC
RGB
CMYK
RGB Variations
Color information
#A04CBC (or 0xA04CBC) is known color: Deep Lilac. HEX triplet: A0, 4C and BC. RGB value is (160,76,188). Sum of RGB (Red+Green+Blue) = 160+76+188=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #A04CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CBC is #5FB343. Grayscale: #717171. Windows color (decimal): -6271812 or 12340384. OLE color: 12340384.
HSL color Cylindrical-coordinate representation of color #A04CBC: hue angle of 285º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04CBC is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 76 | 188 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.26 |
| HSL | 285º | 0.46% | 0.52% | - |
| HSV(B) | 285º | 0.6% | 0.74% | - |
| XYZ | 26.16 | 16.27 | 49.34 | - |
| YUV | 113.88 | 169.83 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 188 | 0.15 | 0.60 | 0 | 0.26 | 285 | 0.46 | 0.52 |
| Hex | A0 | 4C | BC | F | 3C | 0 | 1A | 11D | 2E | 34 |
| Octal | 240 | 114 | 274 | 17 | 74 | 0 | 32 | 435 | 56 | 64 |
| Binary | 10100000 | 1001100 | 10111100 | 1111 | 111100 | 0 | 11010 | 100011101 | 101110 | 110100 |
Color Harmonies of #A04CBC
Complementary color
Monochromatic Colors of #A04CBC
Black with #A04CBC
Text Example
Text Example
White with #A04CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CBC; }
p { color: rgb(160,76,188); }
H1.HeaderClassName
{
color: #A04CBC;
}
.AnyTagClassName
{
color: #A04CBC;
}
</style>
background-color css
<style>
a { background-color: #A04CBC; }
a { background-color: rgb(160,76,188); }
div.DivClassName
{
background-color: #A04CBC;
}
.BgClassName
{
background-color: #A04CBC;
}
</style>
border-color css
<style>
span { border-color: #A04CBC; }
span { border-color: rgb(160,76,188); }
td.TdClassName
{
border-color: #A04CBC;
}
.TagClassName
{
border-color: #A04CBC;
}
</style>