Shades of Deep Lilac #A64DBE
Tints of Deep Lilac #A64DBE
RGB
CMYK
RGB Variations
Color information
#A64DBE (or 0xA64DBE) is known color: Deep Lilac. HEX triplet: A6, 4D and BE. RGB value is (166,77,190). Sum of RGB (Red+Green+Blue) = 166+77+190=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #A64DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DBE is #59B241. Grayscale: #747474. Windows color (decimal): -5878338 or 12471718. OLE color: 12471718.
HSL color Cylindrical-coordinate representation of color #A64DBE: hue angle of 287.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64DBE is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 77 | 190 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.25 |
| HSL | 287.26º | 0.47% | 0.52% | - |
| HSV(B) | 287.26º | 0.59% | 0.75% | - |
| XYZ | 27.67 | 17.13 | 50.56 | - |
| YUV | 116.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 190 | 0.13 | 0.59 | 0 | 0.25 | 287.26 | 0.47 | 0.52 |
| Hex | A6 | 4D | BE | D | 3B | 0 | 19 | 11F | 2F | 34 |
| Octal | 246 | 115 | 276 | 15 | 73 | 0 | 31 | 437 | 57 | 64 |
| Binary | 10100110 | 1001101 | 10111110 | 1101 | 111011 | 0 | 11001 | 100011111 | 101111 | 110100 |
Color Harmonies of #A64DBE
Complementary color
Monochromatic Colors of #A64DBE
Black with #A64DBE
Text Example
Text Example
White with #A64DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64DBE; }
p { color: rgb(166,77,190); }
H1.HeaderClassName
{
color: #A64DBE;
}
.AnyTagClassName
{
color: #A64DBE;
}
</style>
background-color css
<style>
a { background-color: #A64DBE; }
a { background-color: rgb(166,77,190); }
div.DivClassName
{
background-color: #A64DBE;
}
.BgClassName
{
background-color: #A64DBE;
}
</style>
border-color css
<style>
span { border-color: #A64DBE; }
span { border-color: rgb(166,77,190); }
td.TdClassName
{
border-color: #A64DBE;
}
.TagClassName
{
border-color: #A64DBE;
}
</style>