Shades of Deep Lilac #A964BE
Tints of Deep Lilac #A964BE
RGB
CMYK
RGB Variations
Color information
#A964BE (or 0xA964BE) is known color: Deep Lilac. HEX triplet: A9, 64 and BE. RGB value is (169,100,190). Sum of RGB (Red+Green+Blue) = 169+100+190=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #A964BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964BE is #569B41. Grayscale: #828282. Windows color (decimal): -5675842 or 12477609. OLE color: 12477609.
HSL color Cylindrical-coordinate representation of color #A964BE: hue angle of 286º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A964BE is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 100 | 190 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.25 |
| HSL | 286º | 0.41% | 0.57% | - |
| HSV(B) | 286º | 0.47% | 0.75% | - |
| XYZ | 30.21 | 21.27 | 51.23 | - |
| YUV | 130.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 190 | 0.11 | 0.47 | 0 | 0.25 | 286 | 0.41 | 0.57 |
| Hex | A9 | 64 | BE | B | 2F | 0 | 19 | 11E | 29 | 39 |
| Octal | 251 | 144 | 276 | 13 | 57 | 0 | 31 | 436 | 51 | 71 |
| Binary | 10101001 | 1100100 | 10111110 | 1011 | 101111 | 0 | 11001 | 100011110 | 101001 | 111001 |
Color Harmonies of #A964BE
Complementary color
Monochromatic Colors of #A964BE
Black with #A964BE
Text Example
Text Example
White with #A964BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A964BE; }
p { color: rgb(169,100,190); }
H1.HeaderClassName
{
color: #A964BE;
}
.AnyTagClassName
{
color: #A964BE;
}
</style>
background-color css
<style>
a { background-color: #A964BE; }
a { background-color: rgb(169,100,190); }
div.DivClassName
{
background-color: #A964BE;
}
.BgClassName
{
background-color: #A964BE;
}
</style>
border-color css
<style>
span { border-color: #A964BE; }
span { border-color: rgb(169,100,190); }
td.TdClassName
{
border-color: #A964BE;
}
.TagClassName
{
border-color: #A964BE;
}
</style>