Shades of Deep Lilac #A964BD
Tints of Deep Lilac #A964BD
RGB
CMYK
RGB Variations
Color information
#A964BD (or 0xA964BD) is known color: Deep Lilac. HEX triplet: A9, 64 and BD. RGB value is (169,100,189). Sum of RGB (Red+Green+Blue) = 169+100+189=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #A964BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964BD is #569B42. Grayscale: #828282. Windows color (decimal): -5675843 or 12412073. OLE color: 12412073.
HSL color Cylindrical-coordinate representation of color #A964BD: hue angle of 286.52º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A964BD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 100 | 189 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.26 |
| HSL | 286.52º | 0.4% | 0.57% | - |
| HSV(B) | 286.52º | 0.47% | 0.74% | - |
| XYZ | 30.1 | 21.22 | 50.65 | - |
| YUV | 130.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 189 | 0.11 | 0.47 | 0 | 0.26 | 286.52 | 0.4 | 0.57 |
| Hex | A9 | 64 | BD | B | 2F | 0 | 1A | 11F | 28 | 39 |
| Octal | 251 | 144 | 275 | 13 | 57 | 0 | 32 | 437 | 50 | 71 |
| Binary | 10101001 | 1100100 | 10111101 | 1011 | 101111 | 0 | 11010 | 100011111 | 101000 | 111001 |
Color Harmonies of #A964BD
Complementary color
Monochromatic Colors of #A964BD
Black with #A964BD
Text Example
Text Example
White with #A964BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A964BD; }
p { color: rgb(169,100,189); }
H1.HeaderClassName
{
color: #A964BD;
}
.AnyTagClassName
{
color: #A964BD;
}
</style>
background-color css
<style>
a { background-color: #A964BD; }
a { background-color: rgb(169,100,189); }
div.DivClassName
{
background-color: #A964BD;
}
.BgClassName
{
background-color: #A964BD;
}
</style>
border-color css
<style>
span { border-color: #A964BD; }
span { border-color: rgb(169,100,189); }
td.TdClassName
{
border-color: #A964BD;
}
.TagClassName
{
border-color: #A964BD;
}
</style>