Shades of Deep Lilac #A64EB4
Tints of Deep Lilac #A64EB4
RGB
CMYK
RGB Variations
Color information
#A64EB4 (or 0xA64EB4) is known color: Deep Lilac. HEX triplet: A6, 4E and B4. RGB value is (166,78,180). Sum of RGB (Red+Green+Blue) = 166+78+180=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #A64EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64EB4 is #59B14B. Grayscale: #737373. Windows color (decimal): -5878092 or 11816614. OLE color: 11816614.
HSL color Cylindrical-coordinate representation of color #A64EB4: hue angle of 291.76º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64EB4 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 78 | 180 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.29 |
| HSL | 291.76º | 0.4% | 0.51% | - |
| HSV(B) | 291.76º | 0.57% | 0.71% | - |
| XYZ | 26.69 | 16.85 | 45.03 | - |
| YUV | 115.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 180 | 0.08 | 0.57 | 0 | 0.29 | 291.76 | 0.4 | 0.51 |
| Hex | A6 | 4E | B4 | 8 | 39 | 0 | 1D | 124 | 28 | 33 |
| Octal | 246 | 116 | 264 | 10 | 71 | 0 | 35 | 444 | 50 | 63 |
| Binary | 10100110 | 1001110 | 10110100 | 1000 | 111001 | 0 | 11101 | 100100100 | 101000 | 110011 |
Color Harmonies of #A64EB4
Complementary color
Monochromatic Colors of #A64EB4
Black with #A64EB4
Text Example
Text Example
White with #A64EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EB4; }
p { color: rgb(166,78,180); }
H1.HeaderClassName
{
color: #A64EB4;
}
.AnyTagClassName
{
color: #A64EB4;
}
</style>
background-color css
<style>
a { background-color: #A64EB4; }
a { background-color: rgb(166,78,180); }
div.DivClassName
{
background-color: #A64EB4;
}
.BgClassName
{
background-color: #A64EB4;
}
</style>
border-color css
<style>
span { border-color: #A64EB4; }
span { border-color: rgb(166,78,180); }
td.TdClassName
{
border-color: #A64EB4;
}
.TagClassName
{
border-color: #A64EB4;
}
</style>