Shades of Deep Lilac #AB65BD
Tints of Deep Lilac #AB65BD
RGB
CMYK
RGB Variations
Color information
#AB65BD (or 0xAB65BD) is known color: Deep Lilac. HEX triplet: AB, 65 and BD. RGB value is (171,101,189). Sum of RGB (Red+Green+Blue) = 171+101+189=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB65BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65BD is #549A42. Grayscale: #838383. Windows color (decimal): -5544515 or 12412331. OLE color: 12412331.
HSL color Cylindrical-coordinate representation of color #AB65BD: hue angle of 287.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB65BD is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 101 | 189 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.26 |
| HSL | 287.73º | 0.4% | 0.57% | - |
| HSV(B) | 287.73º | 0.47% | 0.74% | - |
| XYZ | 30.63 | 21.64 | 50.71 | - |
| YUV | 131.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 189 | 0.10 | 0.47 | 0 | 0.26 | 287.73 | 0.4 | 0.57 |
| Hex | AB | 65 | BD | A | 2F | 0 | 1A | 120 | 28 | 39 |
| Octal | 253 | 145 | 275 | 12 | 57 | 0 | 32 | 440 | 50 | 71 |
| Binary | 10101011 | 1100101 | 10111101 | 1010 | 101111 | 0 | 11010 | 100100000 | 101000 | 111001 |
Color Harmonies of #AB65BD
Complementary color
Monochromatic Colors of #AB65BD
Black with #AB65BD
Text Example
Text Example
White with #AB65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB65BD; }
p { color: rgb(171,101,189); }
H1.HeaderClassName
{
color: #AB65BD;
}
.AnyTagClassName
{
color: #AB65BD;
}
</style>
background-color css
<style>
a { background-color: #AB65BD; }
a { background-color: rgb(171,101,189); }
div.DivClassName
{
background-color: #AB65BD;
}
.BgClassName
{
background-color: #AB65BD;
}
</style>
border-color css
<style>
span { border-color: #AB65BD; }
span { border-color: rgb(171,101,189); }
td.TdClassName
{
border-color: #AB65BD;
}
.TagClassName
{
border-color: #AB65BD;
}
</style>