Shades of Deep Lilac #AB67BE
Tints of Deep Lilac #AB67BE
RGB
CMYK
RGB Variations
Color information
#AB67BE (or 0xAB67BE) is known color: Deep Lilac. HEX triplet: AB, 67 and BE. RGB value is (171,103,190). Sum of RGB (Red+Green+Blue) = 171+103+190=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB67BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67BE is #549841. Grayscale: #848484. Windows color (decimal): -5544002 or 12478379. OLE color: 12478379.
HSL color Cylindrical-coordinate representation of color #AB67BE: hue angle of 286.9º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB67BE is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 103 | 190 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.25 |
| HSL | 286.9º | 0.4% | 0.57% | - |
| HSV(B) | 286.9º | 0.46% | 0.75% | - |
| XYZ | 30.94 | 22.08 | 51.35 | - |
| YUV | 133.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 190 | 0.10 | 0.46 | 0 | 0.25 | 286.9 | 0.4 | 0.57 |
| Hex | AB | 67 | BE | A | 2E | 0 | 19 | 11F | 28 | 39 |
| Octal | 253 | 147 | 276 | 12 | 56 | 0 | 31 | 437 | 50 | 71 |
| Binary | 10101011 | 1100111 | 10111110 | 1010 | 101110 | 0 | 11001 | 100011111 | 101000 | 111001 |
Color Harmonies of #AB67BE
Complementary color
Monochromatic Colors of #AB67BE
Black with #AB67BE
Text Example
Text Example
White with #AB67BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67BE; }
p { color: rgb(171,103,190); }
H1.HeaderClassName
{
color: #AB67BE;
}
.AnyTagClassName
{
color: #AB67BE;
}
</style>
background-color css
<style>
a { background-color: #AB67BE; }
a { background-color: rgb(171,103,190); }
div.DivClassName
{
background-color: #AB67BE;
}
.BgClassName
{
background-color: #AB67BE;
}
</style>
border-color css
<style>
span { border-color: #AB67BE; }
span { border-color: rgb(171,103,190); }
td.TdClassName
{
border-color: #AB67BE;
}
.TagClassName
{
border-color: #AB67BE;
}
</style>