Shades of Deep Lilac #A64BCD
Tints of Deep Lilac #A64BCD
RGB
CMYK
RGB Variations
Color information
#A64BCD (or 0xA64BCD) is known color: Deep Lilac. HEX triplet: A6, 4B and CD. RGB value is (166,75,205). Sum of RGB (Red+Green+Blue) = 166+75+205=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #A64BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BCD is #59B432. Grayscale: #747474. Windows color (decimal): -5878835 or 13454246. OLE color: 13454246.
HSL color Cylindrical-coordinate representation of color #A64BCD: hue angle of 282º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A64BCD is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 75 | 205 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.20 |
| HSL | 282º | 0.57% | 0.55% | - |
| HSV(B) | 282º | 0.63% | 0.8% | - |
| XYZ | 29.26 | 17.55 | 59.6 | - |
| YUV | 117.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 205 | 0.19 | 0.63 | 0 | 0.20 | 282 | 0.57 | 0.55 |
| Hex | A6 | 4B | CD | 13 | 3F | 0 | 14 | 11A | 39 | 37 |
| Octal | 246 | 113 | 315 | 23 | 77 | 0 | 24 | 432 | 71 | 67 |
| Binary | 10100110 | 1001011 | 11001101 | 10011 | 111111 | 0 | 10100 | 100011010 | 111001 | 110111 |
Color Harmonies of #A64BCD
Complementary color
Monochromatic Colors of #A64BCD
Black with #A64BCD
Text Example
Text Example
White with #A64BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BCD; }
p { color: rgb(166,75,205); }
H1.HeaderClassName
{
color: #A64BCD;
}
.AnyTagClassName
{
color: #A64BCD;
}
</style>
background-color css
<style>
a { background-color: #A64BCD; }
a { background-color: rgb(166,75,205); }
div.DivClassName
{
background-color: #A64BCD;
}
.BgClassName
{
background-color: #A64BCD;
}
</style>
border-color css
<style>
span { border-color: #A64BCD; }
span { border-color: rgb(166,75,205); }
td.TdClassName
{
border-color: #A64BCD;
}
.TagClassName
{
border-color: #A64BCD;
}
</style>