Shades of Deep Lilac #AB55C2
Tints of Deep Lilac #AB55C2
RGB
CMYK
RGB Variations
Color information
#AB55C2 (or 0xAB55C2) is known color: Deep Lilac. HEX triplet: AB, 55 and C2. RGB value is (171,85,194). Sum of RGB (Red+Green+Blue) = 171+85+194=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB55C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55C2 is #54AA3D. Grayscale: #7A7A7A. Windows color (decimal): -5548606 or 12735915. OLE color: 12735915.
HSL color Cylindrical-coordinate representation of color #AB55C2: hue angle of 287.34º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB55C2 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 85 | 194 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.24 |
| HSL | 287.34º | 0.47% | 0.55% | - |
| HSV(B) | 287.34º | 0.56% | 0.76% | - |
| XYZ | 29.78 | 19.05 | 53.15 | - |
| YUV | 123.14 | 167.99 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 194 | 0.12 | 0.56 | 0 | 0.24 | 287.34 | 0.47 | 0.55 |
| Hex | AB | 55 | C2 | C | 38 | 0 | 18 | 11F | 2F | 37 |
| Octal | 253 | 125 | 302 | 14 | 70 | 0 | 30 | 437 | 57 | 67 |
| Binary | 10101011 | 1010101 | 11000010 | 1100 | 111000 | 0 | 11000 | 100011111 | 101111 | 110111 |
Color Harmonies of #AB55C2
Complementary color
Monochromatic Colors of #AB55C2
Black with #AB55C2
Text Example
Text Example
White with #AB55C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55C2; }
p { color: rgb(171,85,194); }
H1.HeaderClassName
{
color: #AB55C2;
}
.AnyTagClassName
{
color: #AB55C2;
}
</style>
background-color css
<style>
a { background-color: #AB55C2; }
a { background-color: rgb(171,85,194); }
div.DivClassName
{
background-color: #AB55C2;
}
.BgClassName
{
background-color: #AB55C2;
}
</style>
border-color css
<style>
span { border-color: #AB55C2; }
span { border-color: rgb(171,85,194); }
td.TdClassName
{
border-color: #AB55C2;
}
.TagClassName
{
border-color: #AB55C2;
}
</style>