Shades of Deep Lilac #A963B5
Tints of Deep Lilac #A963B5
RGB
CMYK
RGB Variations
Color information
#A963B5 (or 0xA963B5) is known color: Deep Lilac. HEX triplet: A9, 63 and B5. RGB value is (169,99,181). Sum of RGB (Red+Green+Blue) = 169+99+181=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #A963B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963B5 is #569C4A. Grayscale: #818181. Windows color (decimal): -5676107 or 11887529. OLE color: 11887529.
HSL color Cylindrical-coordinate representation of color #A963B5: hue angle of 291.22º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A963B5 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 99 | 181 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.29 |
| HSL | 291.22º | 0.36% | 0.55% | - |
| HSV(B) | 291.22º | 0.45% | 0.71% | - |
| XYZ | 29.16 | 20.69 | 46.17 | - |
| YUV | 129.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 181 | 0.07 | 0.45 | 0 | 0.29 | 291.22 | 0.36 | 0.55 |
| Hex | A9 | 63 | B5 | 7 | 2D | 0 | 1D | 123 | 24 | 37 |
| Octal | 251 | 143 | 265 | 7 | 55 | 0 | 35 | 443 | 44 | 67 |
| Binary | 10101001 | 1100011 | 10110101 | 111 | 101101 | 0 | 11101 | 100100011 | 100100 | 110111 |
Color Harmonies of #A963B5
Complementary color
Monochromatic Colors of #A963B5
Black with #A963B5
Text Example
Text Example
White with #A963B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963B5; }
p { color: rgb(169,99,181); }
H1.HeaderClassName
{
color: #A963B5;
}
.AnyTagClassName
{
color: #A963B5;
}
</style>
background-color css
<style>
a { background-color: #A963B5; }
a { background-color: rgb(169,99,181); }
div.DivClassName
{
background-color: #A963B5;
}
.BgClassName
{
background-color: #A963B5;
}
</style>
border-color css
<style>
span { border-color: #A963B5; }
span { border-color: rgb(169,99,181); }
td.TdClassName
{
border-color: #A963B5;
}
.TagClassName
{
border-color: #A963B5;
}
</style>