Shades of Deep Lilac #A64AB4
Tints of Deep Lilac #A64AB4
RGB
CMYK
RGB Variations
Color information
#A64AB4 (or 0xA64AB4) is known color: Deep Lilac. HEX triplet: A6, 4A and B4. RGB value is (166,74,180). Sum of RGB (Red+Green+Blue) = 166+74+180=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #A64AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64AB4 is #59B54B. Grayscale: #717171. Windows color (decimal): -5879116 or 11815590. OLE color: 11815590.
HSL color Cylindrical-coordinate representation of color #A64AB4: hue angle of 292.08º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64AB4 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 74 | 180 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.29 |
| HSL | 292.08º | 0.42% | 0.5% | - |
| HSV(B) | 292.08º | 0.59% | 0.71% | - |
| XYZ | 26.41 | 16.3 | 44.93 | - |
| YUV | 113.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 180 | 0.08 | 0.59 | 0 | 0.29 | 292.08 | 0.42 | 0.5 |
| Hex | A6 | 4A | B4 | 8 | 3B | 0 | 1D | 124 | 2A | 32 |
| Octal | 246 | 112 | 264 | 10 | 73 | 0 | 35 | 444 | 52 | 62 |
| Binary | 10100110 | 1001010 | 10110100 | 1000 | 111011 | 0 | 11101 | 100100100 | 101010 | 110010 |
Color Harmonies of #A64AB4
Complementary color
Monochromatic Colors of #A64AB4
Black with #A64AB4
Text Example
Text Example
White with #A64AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64AB4; }
p { color: rgb(166,74,180); }
H1.HeaderClassName
{
color: #A64AB4;
}
.AnyTagClassName
{
color: #A64AB4;
}
</style>
background-color css
<style>
a { background-color: #A64AB4; }
a { background-color: rgb(166,74,180); }
div.DivClassName
{
background-color: #A64AB4;
}
.BgClassName
{
background-color: #A64AB4;
}
</style>
border-color css
<style>
span { border-color: #A64AB4; }
span { border-color: rgb(166,74,180); }
td.TdClassName
{
border-color: #A64AB4;
}
.TagClassName
{
border-color: #A64AB4;
}
</style>