Shades of Deep Lilac #AB5FC1
Tints of Deep Lilac #AB5FC1
RGB
CMYK
RGB Variations
Color information
#AB5FC1 (or 0xAB5FC1) is known color: Deep Lilac. HEX triplet: AB, 5F and C1. RGB value is (171,95,193). Sum of RGB (Red+Green+Blue) = 171+95+193=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB5FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FC1 is #54A03E. Grayscale: #808080. Windows color (decimal): -5546047 or 12672939. OLE color: 12672939.
HSL color Cylindrical-coordinate representation of color #AB5FC1: hue angle of 286.53º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5FC1 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 95 | 193 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.24 |
| HSL | 286.53º | 0.44% | 0.56% | - |
| HSV(B) | 286.53º | 0.51% | 0.76% | - |
| XYZ | 30.51 | 20.69 | 52.84 | - |
| YUV | 128.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 95 | 193 | 0.11 | 0.51 | 0 | 0.24 | 286.53 | 0.44 | 0.56 |
| Hex | AB | 5F | C1 | B | 33 | 0 | 18 | 11F | 2C | 38 |
| Octal | 253 | 137 | 301 | 13 | 63 | 0 | 30 | 437 | 54 | 70 |
| Binary | 10101011 | 1011111 | 11000001 | 1011 | 110011 | 0 | 11000 | 100011111 | 101100 | 111000 |
Color Harmonies of #AB5FC1
Complementary color
Monochromatic Colors of #AB5FC1
Black with #AB5FC1
Text Example
Text Example
White with #AB5FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5FC1; }
p { color: rgb(171,95,193); }
H1.HeaderClassName
{
color: #AB5FC1;
}
.AnyTagClassName
{
color: #AB5FC1;
}
</style>
background-color css
<style>
a { background-color: #AB5FC1; }
a { background-color: rgb(171,95,193); }
div.DivClassName
{
background-color: #AB5FC1;
}
.BgClassName
{
background-color: #AB5FC1;
}
</style>
border-color css
<style>
span { border-color: #AB5FC1; }
span { border-color: rgb(171,95,193); }
td.TdClassName
{
border-color: #AB5FC1;
}
.TagClassName
{
border-color: #AB5FC1;
}
</style>