Shades of London Hue #AB8AB0
Tints of London Hue #AB8AB0
RGB
CMYK
RGB Variations
Color information
#AB8AB0 (or 0xAB8AB0) is known color: London Hue. HEX triplet: AB, 8A and B0. RGB value is (171,138,176). Sum of RGB (Red+Green+Blue) = 171+138+176=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB8AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AB0 is #54754F. Grayscale: #989898. Windows color (decimal): -5535056 or 11569835. OLE color: 11569835.
HSL color Cylindrical-coordinate representation of color #AB8AB0: hue angle of 292.11º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB8AB0 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 138 | 176 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.31 |
| HSL | 292.11º | 0.19% | 0.62% | - |
| HSV(B) | 292.11º | 0.22% | 0.69% | - |
| XYZ | 33.72 | 29.97 | 45.08 | - |
| YUV | 152.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 176 | 0.03 | 0.22 | 0 | 0.31 | 292.11 | 0.19 | 0.62 |
| Hex | AB | 8A | B0 | 3 | 16 | 0 | 1F | 124 | 13 | 3E |
| Octal | 253 | 212 | 260 | 3 | 26 | 0 | 37 | 444 | 23 | 76 |
| Binary | 10101011 | 10001010 | 10110000 | 11 | 10110 | 0 | 11111 | 100100100 | 10011 | 111110 |
Color Harmonies of #AB8AB0
Complementary color
Monochromatic Colors of #AB8AB0
Black with #AB8AB0
Text Example
Text Example
White with #AB8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AB0; }
p { color: rgb(171,138,176); }
H1.HeaderClassName
{
color: #AB8AB0;
}
.AnyTagClassName
{
color: #AB8AB0;
}
</style>
background-color css
<style>
a { background-color: #AB8AB0; }
a { background-color: rgb(171,138,176); }
div.DivClassName
{
background-color: #AB8AB0;
}
.BgClassName
{
background-color: #AB8AB0;
}
</style>
border-color css
<style>
span { border-color: #AB8AB0; }
span { border-color: rgb(171,138,176); }
td.TdClassName
{
border-color: #AB8AB0;
}
.TagClassName
{
border-color: #AB8AB0;
}
</style>