Shades of Deep Lilac #A64AB2
Tints of Deep Lilac #A64AB2
RGB
CMYK
RGB Variations
Color information
#A64AB2 (or 0xA64AB2) is known color: Deep Lilac. HEX triplet: A6, 4A and B2. RGB value is (166,74,178). Sum of RGB (Red+Green+Blue) = 166+74+178=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 178 - color contains mainly: blue. Hex color #A64AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64AB2 is #59B54D. Grayscale: #717171. Windows color (decimal): -5879118 or 11684518. OLE color: 11684518.
HSL color Cylindrical-coordinate representation of color #A64AB2: hue angle of 293.08º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64AB2 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 74 | 178 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.30 |
| HSL | 293.08º | 0.41% | 0.49% | - |
| HSV(B) | 293.08º | 0.58% | 0.7% | - |
| XYZ | 26.21 | 16.22 | 43.87 | - |
| YUV | 113.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 178 | 0.07 | 0.58 | 0 | 0.30 | 293.08 | 0.41 | 0.49 |
| Hex | A6 | 4A | B2 | 7 | 3A | 0 | 1E | 125 | 29 | 31 |
| Octal | 246 | 112 | 262 | 7 | 72 | 0 | 36 | 445 | 51 | 61 |
| Binary | 10100110 | 1001010 | 10110010 | 111 | 111010 | 0 | 11110 | 100100101 | 101001 | 110001 |
Color Harmonies of #A64AB2
Complementary color
Monochromatic Colors of #A64AB2
Black with #A64AB2
Text Example
Text Example
White with #A64AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64AB2; }
p { color: rgb(166,74,178); }
H1.HeaderClassName
{
color: #A64AB2;
}
.AnyTagClassName
{
color: #A64AB2;
}
</style>
background-color css
<style>
a { background-color: #A64AB2; }
a { background-color: rgb(166,74,178); }
div.DivClassName
{
background-color: #A64AB2;
}
.BgClassName
{
background-color: #A64AB2;
}
</style>
border-color css
<style>
span { border-color: #A64AB2; }
span { border-color: rgb(166,74,178); }
td.TdClassName
{
border-color: #A64AB2;
}
.TagClassName
{
border-color: #A64AB2;
}
</style>