Shades of Deep Lilac #A64BBE
Tints of Deep Lilac #A64BBE
RGB
CMYK
RGB Variations
Color information
#A64BBE (or 0xA64BBE) is known color: Deep Lilac. HEX triplet: A6, 4B and BE. RGB value is (166,75,190). Sum of RGB (Red+Green+Blue) = 166+75+190=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #A64BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BBE is #59B441. Grayscale: #727272. Windows color (decimal): -5878850 or 12471206. OLE color: 12471206.
HSL color Cylindrical-coordinate representation of color #A64BBE: hue angle of 287.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64BBE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 75 | 190 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.25 |
| HSL | 287.48º | 0.47% | 0.52% | - |
| HSV(B) | 287.48º | 0.61% | 0.75% | - |
| XYZ | 27.54 | 16.86 | 50.52 | - |
| YUV | 115.32 | 170.15 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 190 | 0.13 | 0.61 | 0 | 0.25 | 287.48 | 0.47 | 0.52 |
| Hex | A6 | 4B | BE | D | 3D | 0 | 19 | 11F | 2F | 34 |
| Octal | 246 | 113 | 276 | 15 | 75 | 0 | 31 | 437 | 57 | 64 |
| Binary | 10100110 | 1001011 | 10111110 | 1101 | 111101 | 0 | 11001 | 100011111 | 101111 | 110100 |
Color Harmonies of #A64BBE
Complementary color
Monochromatic Colors of #A64BBE
Black with #A64BBE
Text Example
Text Example
White with #A64BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BBE; }
p { color: rgb(166,75,190); }
H1.HeaderClassName
{
color: #A64BBE;
}
.AnyTagClassName
{
color: #A64BBE;
}
</style>
background-color css
<style>
a { background-color: #A64BBE; }
a { background-color: rgb(166,75,190); }
div.DivClassName
{
background-color: #A64BBE;
}
.BgClassName
{
background-color: #A64BBE;
}
</style>
border-color css
<style>
span { border-color: #A64BBE; }
span { border-color: rgb(166,75,190); }
td.TdClassName
{
border-color: #A64BBE;
}
.TagClassName
{
border-color: #A64BBE;
}
</style>