Shades of London Hue #AB81AA
Tints of London Hue #AB81AA
RGB
CMYK
RGB Variations
Color information
#AB81AA (or 0xAB81AA) is known color: London Hue. HEX triplet: AB, 81 and AA. RGB value is (171,129,170). Sum of RGB (Red+Green+Blue) = 171+129+170=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #AB81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB81AA is #547E55. Grayscale: #929292. Windows color (decimal): -5537366 or 11174315. OLE color: 11174315.
HSL color Cylindrical-coordinate representation of color #AB81AA: hue angle of 301.43º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB81AA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 170 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.33 |
| HSL | 301.43º | 0.2% | 0.59% | - |
| HSV(B) | 301.43º | 0.25% | 0.67% | - |
| XYZ | 31.9 | 27.26 | 41.61 | - |
| YUV | 146.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 170 | 0 | 0.25 | 0.01 | 0.33 | 301.43 | 0.2 | 0.59 |
| Hex | AB | 81 | AA | 0 | 19 | 1 | 21 | 12D | 14 | 3B |
| Octal | 253 | 201 | 252 | 0 | 31 | 1 | 41 | 455 | 24 | 73 |
| Binary | 10101011 | 10000001 | 10101010 | 0 | 11001 | 1 | 100001 | 100101101 | 10100 | 111011 |
Color Harmonies of #AB81AA
Complementary color
Monochromatic Colors of #AB81AA
Black with #AB81AA
Text Example
Text Example
White with #AB81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81AA; }
p { color: rgb(171,129,170); }
H1.HeaderClassName
{
color: #AB81AA;
}
.AnyTagClassName
{
color: #AB81AA;
}
</style>
background-color css
<style>
a { background-color: #AB81AA; }
a { background-color: rgb(171,129,170); }
div.DivClassName
{
background-color: #AB81AA;
}
.BgClassName
{
background-color: #AB81AA;
}
</style>
border-color css
<style>
span { border-color: #AB81AA; }
span { border-color: rgb(171,129,170); }
td.TdClassName
{
border-color: #AB81AA;
}
.TagClassName
{
border-color: #AB81AA;
}
</style>