Shades of London Hue #AB8FAB
Tints of London Hue #AB8FAB
RGB
CMYK
RGB Variations
Color information
#AB8FAB (or 0xAB8FAB) is known color: London Hue. HEX triplet: AB, 8F and AB. RGB value is (171,143,171). Sum of RGB (Red+Green+Blue) = 171+143+171=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8FAB is #547054. Grayscale: #9A9A9A. Windows color (decimal): -5533781 or 11243435. OLE color: 11243435.
HSL color Cylindrical-coordinate representation of color #AB8FAB: hue angle of 300º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB8FAB is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 171 | - |
| CMYK | 0 | 0.16 | 0 | 0.33 |
| HSL | 300º | 0.14% | 0.62% | - |
| HSV(B) | 300º | 0.16% | 0.67% | - |
| XYZ | 33.97 | 31.24 | 42.77 | - |
| YUV | 154.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 171 | 0 | 0.16 | 0 | 0.33 | 300 | 0.14 | 0.62 |
| Hex | AB | 8F | AB | 0 | 10 | 0 | 21 | 12C | E | 3E |
| Octal | 253 | 217 | 253 | 0 | 20 | 0 | 41 | 454 | 16 | 76 |
| Binary | 10101011 | 10001111 | 10101011 | 0 | 10000 | 0 | 100001 | 100101100 | 1110 | 111110 |
Color Harmonies of #AB8FAB
Complementary color
Monochromatic Colors of #AB8FAB
Black with #AB8FAB
Text Example
Text Example
White with #AB8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FAB; }
p { color: rgb(171,143,171); }
H1.HeaderClassName
{
color: #AB8FAB;
}
.AnyTagClassName
{
color: #AB8FAB;
}
</style>
background-color css
<style>
a { background-color: #AB8FAB; }
a { background-color: rgb(171,143,171); }
div.DivClassName
{
background-color: #AB8FAB;
}
.BgClassName
{
background-color: #AB8FAB;
}
</style>
border-color css
<style>
span { border-color: #AB8FAB; }
span { border-color: rgb(171,143,171); }
td.TdClassName
{
border-color: #AB8FAB;
}
.TagClassName
{
border-color: #AB8FAB;
}
</style>