Shades of Deep Lilac #A64FCB
Tints of Deep Lilac #A64FCB
RGB
CMYK
RGB Variations
Color information
#A64FCB (or 0xA64FCB) is known color: Deep Lilac. HEX triplet: A6, 4F and CB. RGB value is (166,79,203). Sum of RGB (Red+Green+Blue) = 166+79+203=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #A64FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FCB is #59B034. Grayscale: #767676. Windows color (decimal): -5877813 or 13324198. OLE color: 13324198.
HSL color Cylindrical-coordinate representation of color #A64FCB: hue angle of 282.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64FCB is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 79 | 203 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.20 |
| HSL | 282.1º | 0.54% | 0.55% | - |
| HSV(B) | 282.1º | 0.61% | 0.8% | - |
| XYZ | 29.3 | 18.01 | 58.43 | - |
| YUV | 119.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 203 | 0.18 | 0.61 | 0 | 0.20 | 282.1 | 0.54 | 0.55 |
| Hex | A6 | 4F | CB | 12 | 3D | 0 | 14 | 11A | 36 | 37 |
| Octal | 246 | 117 | 313 | 22 | 75 | 0 | 24 | 432 | 66 | 67 |
| Binary | 10100110 | 1001111 | 11001011 | 10010 | 111101 | 0 | 10100 | 100011010 | 110110 | 110111 |
Color Harmonies of #A64FCB
Complementary color
Monochromatic Colors of #A64FCB
Black with #A64FCB
Text Example
Text Example
White with #A64FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64FCB; }
p { color: rgb(166,79,203); }
H1.HeaderClassName
{
color: #A64FCB;
}
.AnyTagClassName
{
color: #A64FCB;
}
</style>
background-color css
<style>
a { background-color: #A64FCB; }
a { background-color: rgb(166,79,203); }
div.DivClassName
{
background-color: #A64FCB;
}
.BgClassName
{
background-color: #A64FCB;
}
</style>
border-color css
<style>
span { border-color: #A64FCB; }
span { border-color: rgb(166,79,203); }
td.TdClassName
{
border-color: #A64FCB;
}
.TagClassName
{
border-color: #A64FCB;
}
</style>