Shades of Deep Lilac #A963C0
Tints of Deep Lilac #A963C0
RGB
CMYK
RGB Variations
Color information
#A963C0 (or 0xA963C0) is known color: Deep Lilac. HEX triplet: A9, 63 and C0. RGB value is (169,99,192). Sum of RGB (Red+Green+Blue) = 169+99+192=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #A963C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963C0 is #569C3F. Grayscale: #828282. Windows color (decimal): -5676096 or 12608425. OLE color: 12608425.
HSL color Cylindrical-coordinate representation of color #A963C0: hue angle of 285.16º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A963C0 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 99 | 192 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.25 |
| HSL | 285.16º | 0.42% | 0.57% | - |
| HSV(B) | 285.16º | 0.48% | 0.75% | - |
| XYZ | 30.34 | 21.16 | 52.36 | - |
| YUV | 130.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 192 | 0.12 | 0.48 | 0 | 0.25 | 285.16 | 0.42 | 0.57 |
| Hex | A9 | 63 | C0 | C | 30 | 0 | 19 | 11D | 2A | 39 |
| Octal | 251 | 143 | 300 | 14 | 60 | 0 | 31 | 435 | 52 | 71 |
| Binary | 10101001 | 1100011 | 11000000 | 1100 | 110000 | 0 | 11001 | 100011101 | 101010 | 111001 |
Color Harmonies of #A963C0
Complementary color
Monochromatic Colors of #A963C0
Black with #A963C0
Text Example
Text Example
White with #A963C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963C0; }
p { color: rgb(169,99,192); }
H1.HeaderClassName
{
color: #A963C0;
}
.AnyTagClassName
{
color: #A963C0;
}
</style>
background-color css
<style>
a { background-color: #A963C0; }
a { background-color: rgb(169,99,192); }
div.DivClassName
{
background-color: #A963C0;
}
.BgClassName
{
background-color: #A963C0;
}
</style>
border-color css
<style>
span { border-color: #A963C0; }
span { border-color: rgb(169,99,192); }
td.TdClassName
{
border-color: #A963C0;
}
.TagClassName
{
border-color: #A963C0;
}
</style>