Shades of London Hue #AB8BAA
Tints of London Hue #AB8BAA
RGB
CMYK
RGB Variations
Color information
#AB8BAA (or 0xAB8BAA) is known color: London Hue. HEX triplet: AB, 8B and AA. RGB value is (171,139,170). Sum of RGB (Red+Green+Blue) = 171+139+170=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8BAA is #547455. Grayscale: #989898. Windows color (decimal): -5534806 or 11176875. OLE color: 11176875.
HSL color Cylindrical-coordinate representation of color #AB8BAA: hue angle of 301.88º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8BAA is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 170 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.33 |
| HSL | 301.88º | 0.16% | 0.61% | - |
| HSV(B) | 301.88º | 0.19% | 0.67% | - |
| XYZ | 33.28 | 30.03 | 42.07 | - |
| YUV | 152.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 170 | 0 | 0.19 | 0.01 | 0.33 | 301.88 | 0.16 | 0.61 |
| Hex | AB | 8B | AA | 0 | 13 | 1 | 21 | 12E | 10 | 3D |
| Octal | 253 | 213 | 252 | 0 | 23 | 1 | 41 | 456 | 20 | 75 |
| Binary | 10101011 | 10001011 | 10101010 | 0 | 10011 | 1 | 100001 | 100101110 | 10000 | 111101 |
Color Harmonies of #AB8BAA
Complementary color
Monochromatic Colors of #AB8BAA
Black with #AB8BAA
Text Example
Text Example
White with #AB8BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8BAA; }
p { color: rgb(171,139,170); }
H1.HeaderClassName
{
color: #AB8BAA;
}
.AnyTagClassName
{
color: #AB8BAA;
}
</style>
background-color css
<style>
a { background-color: #AB8BAA; }
a { background-color: rgb(171,139,170); }
div.DivClassName
{
background-color: #AB8BAA;
}
.BgClassName
{
background-color: #AB8BAA;
}
</style>
border-color css
<style>
span { border-color: #AB8BAA; }
span { border-color: rgb(171,139,170); }
td.TdClassName
{
border-color: #AB8BAA;
}
.TagClassName
{
border-color: #AB8BAA;
}
</style>