Shades of London Hue #AB8CAA
Tints of London Hue #AB8CAA
RGB
CMYK
RGB Variations
Color information
#AB8CAA (or 0xAB8CAA) is known color: London Hue. HEX triplet: AB, 8C and AA. RGB value is (171,140,170). Sum of RGB (Red+Green+Blue) = 171+140+170=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8CAA is #547355. Grayscale: #989898. Windows color (decimal): -5534550 or 11177131. OLE color: 11177131.
HSL color Cylindrical-coordinate representation of color #AB8CAA: hue angle of 301.94º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB8CAA is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 170 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.33 |
| HSL | 301.94º | 0.16% | 0.61% | - |
| HSV(B) | 301.94º | 0.18% | 0.67% | - |
| XYZ | 33.43 | 30.32 | 42.12 | - |
| YUV | 152.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 170 | 0 | 0.18 | 0.01 | 0.33 | 301.94 | 0.16 | 0.61 |
| Hex | AB | 8C | AA | 0 | 12 | 1 | 21 | 12E | 10 | 3D |
| Octal | 253 | 214 | 252 | 0 | 22 | 1 | 41 | 456 | 20 | 75 |
| Binary | 10101011 | 10001100 | 10101010 | 0 | 10010 | 1 | 100001 | 100101110 | 10000 | 111101 |
Color Harmonies of #AB8CAA
Complementary color
Monochromatic Colors of #AB8CAA
Black with #AB8CAA
Text Example
Text Example
White with #AB8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CAA; }
p { color: rgb(171,140,170); }
H1.HeaderClassName
{
color: #AB8CAA;
}
.AnyTagClassName
{
color: #AB8CAA;
}
</style>
background-color css
<style>
a { background-color: #AB8CAA; }
a { background-color: rgb(171,140,170); }
div.DivClassName
{
background-color: #AB8CAA;
}
.BgClassName
{
background-color: #AB8CAA;
}
</style>
border-color css
<style>
span { border-color: #AB8CAA; }
span { border-color: rgb(171,140,170); }
td.TdClassName
{
border-color: #AB8CAA;
}
.TagClassName
{
border-color: #AB8CAA;
}
</style>