Shades of London Hue #AB92AD
Tints of London Hue #AB92AD
RGB
CMYK
RGB Variations
Color information
#AB92AD (or 0xAB92AD) is known color: London Hue. HEX triplet: AB, 92 and AD. RGB value is (171,146,173). Sum of RGB (Red+Green+Blue) = 171+146+173=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB92AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB92AD is #546D52. Grayscale: #9C9C9C. Windows color (decimal): -5533011 or 11375275. OLE color: 11375275.
HSL color Cylindrical-coordinate representation of color #AB92AD: hue angle of 295.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB92AD is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 146 | 173 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.32 |
| HSL | 295.56º | 0.14% | 0.63% | - |
| HSV(B) | 295.56º | 0.16% | 0.68% | - |
| XYZ | 34.62 | 32.23 | 43.93 | - |
| YUV | 156.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 173 | 0.01 | 0.16 | 0 | 0.32 | 295.56 | 0.14 | 0.63 |
| Hex | AB | 92 | AD | 1 | 10 | 0 | 20 | 128 | E | 3F |
| Octal | 253 | 222 | 255 | 1 | 20 | 0 | 40 | 450 | 16 | 77 |
| Binary | 10101011 | 10010010 | 10101101 | 1 | 10000 | 0 | 100000 | 100101000 | 1110 | 111111 |
Color Harmonies of #AB92AD
Complementary color
Monochromatic Colors of #AB92AD
Black with #AB92AD
Text Example
Text Example
White with #AB92AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92AD; }
p { color: rgb(171,146,173); }
H1.HeaderClassName
{
color: #AB92AD;
}
.AnyTagClassName
{
color: #AB92AD;
}
</style>
background-color css
<style>
a { background-color: #AB92AD; }
a { background-color: rgb(171,146,173); }
div.DivClassName
{
background-color: #AB92AD;
}
.BgClassName
{
background-color: #AB92AD;
}
</style>
border-color css
<style>
span { border-color: #AB92AD; }
span { border-color: rgb(171,146,173); }
td.TdClassName
{
border-color: #AB92AD;
}
.TagClassName
{
border-color: #AB92AD;
}
</style>