Shades of Deep Lilac #A64BBD
Tints of Deep Lilac #A64BBD
RGB
CMYK
RGB Variations
Color information
#A64BBD (or 0xA64BBD) is known color: Deep Lilac. HEX triplet: A6, 4B and BD. RGB value is (166,75,189). Sum of RGB (Red+Green+Blue) = 166+75+189=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #A64BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BBD is #59B442. Grayscale: #727272. Windows color (decimal): -5878851 or 12405670. OLE color: 12405670.
HSL color Cylindrical-coordinate representation of color #A64BBD: hue angle of 287.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64BBD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 75 | 189 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.26 |
| HSL | 287.89º | 0.46% | 0.52% | - |
| HSV(B) | 287.89º | 0.6% | 0.74% | - |
| XYZ | 27.43 | 16.81 | 49.94 | - |
| YUV | 115.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 189 | 0.12 | 0.60 | 0 | 0.26 | 287.89 | 0.46 | 0.52 |
| Hex | A6 | 4B | BD | C | 3C | 0 | 1A | 120 | 2E | 34 |
| Octal | 246 | 113 | 275 | 14 | 74 | 0 | 32 | 440 | 56 | 64 |
| Binary | 10100110 | 1001011 | 10111101 | 1100 | 111100 | 0 | 11010 | 100100000 | 101110 | 110100 |
Color Harmonies of #A64BBD
Complementary color
Monochromatic Colors of #A64BBD
Black with #A64BBD
Text Example
Text Example
White with #A64BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BBD; }
p { color: rgb(166,75,189); }
H1.HeaderClassName
{
color: #A64BBD;
}
.AnyTagClassName
{
color: #A64BBD;
}
</style>
background-color css
<style>
a { background-color: #A64BBD; }
a { background-color: rgb(166,75,189); }
div.DivClassName
{
background-color: #A64BBD;
}
.BgClassName
{
background-color: #A64BBD;
}
</style>
border-color css
<style>
span { border-color: #A64BBD; }
span { border-color: rgb(166,75,189); }
td.TdClassName
{
border-color: #A64BBD;
}
.TagClassName
{
border-color: #A64BBD;
}
</style>