Shades of Deep Lilac #A64ACC
Tints of Deep Lilac #A64ACC
RGB
CMYK
RGB Variations
Color information
#A64ACC (or 0xA64ACC) is known color: Deep Lilac. HEX triplet: A6, 4A and CC. RGB value is (166,74,204). Sum of RGB (Red+Green+Blue) = 166+74+204=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #A64ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ACC is #59B533. Grayscale: #737373. Windows color (decimal): -5879092 or 13388454. OLE color: 13388454.
HSL color Cylindrical-coordinate representation of color #A64ACC: hue angle of 282.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A64ACC is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 74 | 204 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.2 |
| HSL | 282.46º | 0.56% | 0.55% | - |
| HSV(B) | 282.46º | 0.64% | 0.8% | - |
| XYZ | 29.07 | 17.36 | 58.95 | - |
| YUV | 116.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 204 | 0.19 | 0.64 | 0 | 0.2 | 282.46 | 0.56 | 0.55 |
| Hex | A6 | 4A | CC | 13 | 40 | 0 | 14 | 11A | 38 | 37 |
| Octal | 246 | 112 | 314 | 23 | 100 | 0 | 24 | 432 | 70 | 67 |
| Binary | 10100110 | 1001010 | 11001100 | 10011 | 1000000 | 0 | 10100 | 100011010 | 111000 | 110111 |
Color Harmonies of #A64ACC
Complementary color
Monochromatic Colors of #A64ACC
Black with #A64ACC
Text Example
Text Example
White with #A64ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64ACC; }
p { color: rgb(166,74,204); }
H1.HeaderClassName
{
color: #A64ACC;
}
.AnyTagClassName
{
color: #A64ACC;
}
</style>
background-color css
<style>
a { background-color: #A64ACC; }
a { background-color: rgb(166,74,204); }
div.DivClassName
{
background-color: #A64ACC;
}
.BgClassName
{
background-color: #A64ACC;
}
</style>
border-color css
<style>
span { border-color: #A64ACC; }
span { border-color: rgb(166,74,204); }
td.TdClassName
{
border-color: #A64ACC;
}
.TagClassName
{
border-color: #A64ACC;
}
</style>