Shades of Deep Lilac #A64ACB
Tints of Deep Lilac #A64ACB
RGB
CMYK
RGB Variations
Color information
#A64ACB (or 0xA64ACB) is known color: Deep Lilac. HEX triplet: A6, 4A and CB. RGB value is (166,74,203). Sum of RGB (Red+Green+Blue) = 166+74+203=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #A64ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ACB is #59B534. Grayscale: #737373. Windows color (decimal): -5879093 or 13322918. OLE color: 13322918.
HSL color Cylindrical-coordinate representation of color #A64ACB: hue angle of 282.79º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A64ACB is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 74 | 203 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.20 |
| HSL | 282.79º | 0.55% | 0.54% | - |
| HSV(B) | 282.79º | 0.64% | 0.8% | - |
| XYZ | 28.95 | 17.32 | 58.32 | - |
| YUV | 116.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 203 | 0.18 | 0.64 | 0 | 0.20 | 282.79 | 0.55 | 0.54 |
| Hex | A6 | 4A | CB | 12 | 40 | 0 | 14 | 11B | 37 | 36 |
| Octal | 246 | 112 | 313 | 22 | 100 | 0 | 24 | 433 | 67 | 66 |
| Binary | 10100110 | 1001010 | 11001011 | 10010 | 1000000 | 0 | 10100 | 100011011 | 110111 | 110110 |
Color Harmonies of #A64ACB
Complementary color
Monochromatic Colors of #A64ACB
Black with #A64ACB
Text Example
Text Example
White with #A64ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64ACB; }
p { color: rgb(166,74,203); }
H1.HeaderClassName
{
color: #A64ACB;
}
.AnyTagClassName
{
color: #A64ACB;
}
</style>
background-color css
<style>
a { background-color: #A64ACB; }
a { background-color: rgb(166,74,203); }
div.DivClassName
{
background-color: #A64ACB;
}
.BgClassName
{
background-color: #A64ACB;
}
</style>
border-color css
<style>
span { border-color: #A64ACB; }
span { border-color: rgb(166,74,203); }
td.TdClassName
{
border-color: #A64ACB;
}
.TagClassName
{
border-color: #A64ACB;
}
</style>