Shades of Deep Lilac #A04CBE
Tints of Deep Lilac #A04CBE
RGB
CMYK
RGB Variations
Color information
#A04CBE (or 0xA04CBE) is known color: Deep Lilac. HEX triplet: A0, 4C and BE. RGB value is (160,76,190). Sum of RGB (Red+Green+Blue) = 160+76+190=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #A04CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CBE is #5FB341. Grayscale: #717171. Windows color (decimal): -6271810 or 12471456. OLE color: 12471456.
HSL color Cylindrical-coordinate representation of color #A04CBE: hue angle of 284.21º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04CBE is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 76 | 190 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.25 |
| HSL | 284.21º | 0.47% | 0.52% | - |
| HSV(B) | 284.21º | 0.6% | 0.75% | - |
| XYZ | 26.38 | 16.36 | 50.48 | - |
| YUV | 114.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 190 | 0.16 | 0.60 | 0 | 0.25 | 284.21 | 0.47 | 0.52 |
| Hex | A0 | 4C | BE | 10 | 3C | 0 | 19 | 11C | 2F | 34 |
| Octal | 240 | 114 | 276 | 20 | 74 | 0 | 31 | 434 | 57 | 64 |
| Binary | 10100000 | 1001100 | 10111110 | 10000 | 111100 | 0 | 11001 | 100011100 | 101111 | 110100 |
Color Harmonies of #A04CBE
Complementary color
Monochromatic Colors of #A04CBE
Black with #A04CBE
Text Example
Text Example
White with #A04CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CBE; }
p { color: rgb(160,76,190); }
H1.HeaderClassName
{
color: #A04CBE;
}
.AnyTagClassName
{
color: #A04CBE;
}
</style>
background-color css
<style>
a { background-color: #A04CBE; }
a { background-color: rgb(160,76,190); }
div.DivClassName
{
background-color: #A04CBE;
}
.BgClassName
{
background-color: #A04CBE;
}
</style>
border-color css
<style>
span { border-color: #A04CBE; }
span { border-color: rgb(160,76,190); }
td.TdClassName
{
border-color: #A04CBE;
}
.TagClassName
{
border-color: #A04CBE;
}
</style>