Shades of Deep Lilac #A64ABC
Tints of Deep Lilac #A64ABC
RGB
CMYK
RGB Variations
Color information
#A64ABC (or 0xA64ABC) is known color: Deep Lilac. HEX triplet: A6, 4A and BC. RGB value is (166,74,188). Sum of RGB (Red+Green+Blue) = 166+74+188=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #A64ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ABC is #59B543. Grayscale: #727272. Windows color (decimal): -5879108 or 12339878. OLE color: 12339878.
HSL color Cylindrical-coordinate representation of color #A64ABC: hue angle of 288.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64ABC is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 74 | 188 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.26 |
| HSL | 288.42º | 0.46% | 0.51% | - |
| HSV(B) | 288.42º | 0.61% | 0.74% | - |
| XYZ | 27.25 | 16.64 | 49.35 | - |
| YUV | 114.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 188 | 0.12 | 0.61 | 0 | 0.26 | 288.42 | 0.46 | 0.51 |
| Hex | A6 | 4A | BC | C | 3D | 0 | 1A | 120 | 2E | 33 |
| Octal | 246 | 112 | 274 | 14 | 75 | 0 | 32 | 440 | 56 | 63 |
| Binary | 10100110 | 1001010 | 10111100 | 1100 | 111101 | 0 | 11010 | 100100000 | 101110 | 110011 |
Color Harmonies of #A64ABC
Complementary color
Monochromatic Colors of #A64ABC
Black with #A64ABC
Text Example
Text Example
White with #A64ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64ABC; }
p { color: rgb(166,74,188); }
H1.HeaderClassName
{
color: #A64ABC;
}
.AnyTagClassName
{
color: #A64ABC;
}
</style>
background-color css
<style>
a { background-color: #A64ABC; }
a { background-color: rgb(166,74,188); }
div.DivClassName
{
background-color: #A64ABC;
}
.BgClassName
{
background-color: #A64ABC;
}
</style>
border-color css
<style>
span { border-color: #A64ABC; }
span { border-color: rgb(166,74,188); }
td.TdClassName
{
border-color: #A64ABC;
}
.TagClassName
{
border-color: #A64ABC;
}
</style>