Shades of London Hue #AB85AD
Tints of London Hue #AB85AD
RGB
CMYK
RGB Variations
Color information
#AB85AD (or 0xAB85AD) is known color: London Hue. HEX triplet: AB, 85 and AD. RGB value is (171,133,173). Sum of RGB (Red+Green+Blue) = 171+133+173=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB85AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB85AD is #547A52. Grayscale: #949494. Windows color (decimal): -5536339 or 11371947. OLE color: 11371947.
HSL color Cylindrical-coordinate representation of color #AB85AD: hue angle of 297º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB85AD is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 133 | 173 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.32 |
| HSL | 297º | 0.2% | 0.6% | - |
| HSV(B) | 297º | 0.23% | 0.68% | - |
| XYZ | 32.72 | 28.45 | 43.3 | - |
| YUV | 148.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 173 | 0.01 | 0.23 | 0 | 0.32 | 297 | 0.2 | 0.6 |
| Hex | AB | 85 | AD | 1 | 17 | 0 | 20 | 129 | 14 | 3C |
| Octal | 253 | 205 | 255 | 1 | 27 | 0 | 40 | 451 | 24 | 74 |
| Binary | 10101011 | 10000101 | 10101101 | 1 | 10111 | 0 | 100000 | 100101001 | 10100 | 111100 |
Color Harmonies of #AB85AD
Complementary color
Monochromatic Colors of #AB85AD
Black with #AB85AD
Text Example
Text Example
White with #AB85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85AD; }
p { color: rgb(171,133,173); }
H1.HeaderClassName
{
color: #AB85AD;
}
.AnyTagClassName
{
color: #AB85AD;
}
</style>
background-color css
<style>
a { background-color: #AB85AD; }
a { background-color: rgb(171,133,173); }
div.DivClassName
{
background-color: #AB85AD;
}
.BgClassName
{
background-color: #AB85AD;
}
</style>
border-color css
<style>
span { border-color: #AB85AD; }
span { border-color: rgb(171,133,173); }
td.TdClassName
{
border-color: #AB85AD;
}
.TagClassName
{
border-color: #AB85AD;
}
</style>