Shades of London Hue #AB80AA
Tints of London Hue #AB80AA
RGB
CMYK
RGB Variations
Color information
#AB80AA (or 0xAB80AA) is known color: London Hue. HEX triplet: AB, 80 and AA. RGB value is (171,128,170). Sum of RGB (Red+Green+Blue) = 171+128+170=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB80AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB80AA is #547F55. Grayscale: #919191. Windows color (decimal): -5537622 or 11174059. OLE color: 11174059.
HSL color Cylindrical-coordinate representation of color #AB80AA: hue angle of 301.4º 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 #AB80AA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 170 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.33 |
| HSL | 301.4º | 0.2% | 0.59% | - |
| HSV(B) | 301.4º | 0.25% | 0.67% | - |
| XYZ | 31.77 | 27 | 41.57 | - |
| YUV | 145.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 170 | 0 | 0.25 | 0.01 | 0.33 | 301.4 | 0.2 | 0.59 |
| Hex | AB | 80 | AA | 0 | 19 | 1 | 21 | 12D | 14 | 3B |
| Octal | 253 | 200 | 252 | 0 | 31 | 1 | 41 | 455 | 24 | 73 |
| Binary | 10101011 | 10000000 | 10101010 | 0 | 11001 | 1 | 100001 | 100101101 | 10100 | 111011 |
Color Harmonies of #AB80AA
Complementary color
Monochromatic Colors of #AB80AA
Black with #AB80AA
Text Example
Text Example
White with #AB80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80AA; }
p { color: rgb(171,128,170); }
H1.HeaderClassName
{
color: #AB80AA;
}
.AnyTagClassName
{
color: #AB80AA;
}
</style>
background-color css
<style>
a { background-color: #AB80AA; }
a { background-color: rgb(171,128,170); }
div.DivClassName
{
background-color: #AB80AA;
}
.BgClassName
{
background-color: #AB80AA;
}
</style>
border-color css
<style>
span { border-color: #AB80AA; }
span { border-color: rgb(171,128,170); }
td.TdClassName
{
border-color: #AB80AA;
}
.TagClassName
{
border-color: #AB80AA;
}
</style>