Shades of Deep Lilac #A64ABF
Tints of Deep Lilac #A64ABF
RGB
CMYK
RGB Variations
Color information
#A64ABF (or 0xA64ABF) is known color: Deep Lilac. HEX triplet: A6, 4A and BF. RGB value is (166,74,191). Sum of RGB (Red+Green+Blue) = 166+74+191=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #A64ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ABF is #59B540. Grayscale: #727272. Windows color (decimal): -5879105 or 12536486. OLE color: 12536486.
HSL color Cylindrical-coordinate representation of color #A64ABF: hue angle of 287.18º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64ABF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 74 | 191 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.25 |
| HSL | 287.18º | 0.48% | 0.52% | - |
| HSV(B) | 287.18º | 0.61% | 0.75% | - |
| XYZ | 27.58 | 16.77 | 51.07 | - |
| YUV | 114.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 191 | 0.13 | 0.61 | 0 | 0.25 | 287.18 | 0.48 | 0.52 |
| Hex | A6 | 4A | BF | D | 3D | 0 | 19 | 11F | 30 | 34 |
| Octal | 246 | 112 | 277 | 15 | 75 | 0 | 31 | 437 | 60 | 64 |
| Binary | 10100110 | 1001010 | 10111111 | 1101 | 111101 | 0 | 11001 | 100011111 | 110000 | 110100 |
Color Harmonies of #A64ABF
Complementary color
Monochromatic Colors of #A64ABF
Black with #A64ABF
Text Example
Text Example
White with #A64ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64ABF; }
p { color: rgb(166,74,191); }
H1.HeaderClassName
{
color: #A64ABF;
}
.AnyTagClassName
{
color: #A64ABF;
}
</style>
background-color css
<style>
a { background-color: #A64ABF; }
a { background-color: rgb(166,74,191); }
div.DivClassName
{
background-color: #A64ABF;
}
.BgClassName
{
background-color: #A64ABF;
}
</style>
border-color css
<style>
span { border-color: #A64ABF; }
span { border-color: rgb(166,74,191); }
td.TdClassName
{
border-color: #A64ABF;
}
.TagClassName
{
border-color: #A64ABF;
}
</style>