Shades of Deep Lilac #A64CBE
Tints of Deep Lilac #A64CBE
RGB
CMYK
RGB Variations
Color information
#A64CBE (or 0xA64CBE) is known color: Deep Lilac. HEX triplet: A6, 4C and BE. RGB value is (166,76,190). Sum of RGB (Red+Green+Blue) = 166+76+190=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #A64CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CBE is #59B341. Grayscale: #737373. Windows color (decimal): -5878594 or 12471462. OLE color: 12471462.
HSL color Cylindrical-coordinate representation of color #A64CBE: hue angle of 287.37º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64CBE is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 76 | 190 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.25 |
| HSL | 287.37º | 0.47% | 0.52% | - |
| HSV(B) | 287.37º | 0.6% | 0.75% | - |
| XYZ | 27.6 | 16.99 | 50.54 | - |
| YUV | 115.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 190 | 0.13 | 0.60 | 0 | 0.25 | 287.37 | 0.47 | 0.52 |
| Hex | A6 | 4C | BE | D | 3C | 0 | 19 | 11F | 2F | 34 |
| Octal | 246 | 114 | 276 | 15 | 74 | 0 | 31 | 437 | 57 | 64 |
| Binary | 10100110 | 1001100 | 10111110 | 1101 | 111100 | 0 | 11001 | 100011111 | 101111 | 110100 |
Color Harmonies of #A64CBE
Complementary color
Monochromatic Colors of #A64CBE
Black with #A64CBE
Text Example
Text Example
White with #A64CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64CBE; }
p { color: rgb(166,76,190); }
H1.HeaderClassName
{
color: #A64CBE;
}
.AnyTagClassName
{
color: #A64CBE;
}
</style>
background-color css
<style>
a { background-color: #A64CBE; }
a { background-color: rgb(166,76,190); }
div.DivClassName
{
background-color: #A64CBE;
}
.BgClassName
{
background-color: #A64CBE;
}
</style>
border-color css
<style>
span { border-color: #A64CBE; }
span { border-color: rgb(166,76,190); }
td.TdClassName
{
border-color: #A64CBE;
}
.TagClassName
{
border-color: #A64CBE;
}
</style>