Shades of Deep Lilac #A963B9
Tints of Deep Lilac #A963B9
RGB
CMYK
RGB Variations
Color information
#A963B9 (or 0xA963B9) is known color: Deep Lilac. HEX triplet: A9, 63 and B9. RGB value is (169,99,185). Sum of RGB (Red+Green+Blue) = 169+99+185=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #A963B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963B9 is #569C46. Grayscale: #818181. Windows color (decimal): -5676103 or 12149673. OLE color: 12149673.
HSL color Cylindrical-coordinate representation of color #A963B9: hue angle of 288.84º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A963B9 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 99 | 185 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.27 |
| HSL | 288.84º | 0.38% | 0.56% | - |
| HSV(B) | 288.84º | 0.46% | 0.73% | - |
| XYZ | 29.58 | 20.86 | 48.37 | - |
| YUV | 129.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 185 | 0.09 | 0.46 | 0 | 0.27 | 288.84 | 0.38 | 0.56 |
| Hex | A9 | 63 | B9 | 9 | 2E | 0 | 1B | 121 | 26 | 38 |
| Octal | 251 | 143 | 271 | 11 | 56 | 0 | 33 | 441 | 46 | 70 |
| Binary | 10101001 | 1100011 | 10111001 | 1001 | 101110 | 0 | 11011 | 100100001 | 100110 | 111000 |
Color Harmonies of #A963B9
Complementary color
Monochromatic Colors of #A963B9
Black with #A963B9
Text Example
Text Example
White with #A963B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963B9; }
p { color: rgb(169,99,185); }
H1.HeaderClassName
{
color: #A963B9;
}
.AnyTagClassName
{
color: #A963B9;
}
</style>
background-color css
<style>
a { background-color: #A963B9; }
a { background-color: rgb(169,99,185); }
div.DivClassName
{
background-color: #A963B9;
}
.BgClassName
{
background-color: #A963B9;
}
</style>
border-color css
<style>
span { border-color: #A963B9; }
span { border-color: rgb(169,99,185); }
td.TdClassName
{
border-color: #A963B9;
}
.TagClassName
{
border-color: #A963B9;
}
</style>