Shades of Deep Lilac #AB63C1
Tints of Deep Lilac #AB63C1
RGB
CMYK
RGB Variations
Color information
#AB63C1 (or 0xAB63C1) is known color: Deep Lilac. HEX triplet: AB, 63 and C1. RGB value is (171,99,193). Sum of RGB (Red+Green+Blue) = 171+99+193=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB63C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63C1 is #549C3E. Grayscale: #828282. Windows color (decimal): -5545023 or 12673963. OLE color: 12673963.
HSL color Cylindrical-coordinate representation of color #AB63C1: hue angle of 285.96º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB63C1 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 99 | 193 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.24 |
| HSL | 285.96º | 0.43% | 0.57% | - |
| HSV(B) | 285.96º | 0.49% | 0.76% | - |
| XYZ | 30.88 | 21.43 | 52.96 | - |
| YUV | 131.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 193 | 0.11 | 0.49 | 0 | 0.24 | 285.96 | 0.43 | 0.57 |
| Hex | AB | 63 | C1 | B | 31 | 0 | 18 | 11E | 2B | 39 |
| Octal | 253 | 143 | 301 | 13 | 61 | 0 | 30 | 436 | 53 | 71 |
| Binary | 10101011 | 1100011 | 11000001 | 1011 | 110001 | 0 | 11000 | 100011110 | 101011 | 111001 |
Color Harmonies of #AB63C1
Complementary color
Monochromatic Colors of #AB63C1
Black with #AB63C1
Text Example
Text Example
White with #AB63C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63C1; }
p { color: rgb(171,99,193); }
H1.HeaderClassName
{
color: #AB63C1;
}
.AnyTagClassName
{
color: #AB63C1;
}
</style>
background-color css
<style>
a { background-color: #AB63C1; }
a { background-color: rgb(171,99,193); }
div.DivClassName
{
background-color: #AB63C1;
}
.BgClassName
{
background-color: #AB63C1;
}
</style>
border-color css
<style>
span { border-color: #AB63C1; }
span { border-color: rgb(171,99,193); }
td.TdClassName
{
border-color: #AB63C1;
}
.TagClassName
{
border-color: #AB63C1;
}
</style>