Shades of London Hue #AB80A9
Tints of London Hue #AB80A9
RGB
CMYK
RGB Variations
Color information
#AB80A9 (or 0xAB80A9) is known color: London Hue. HEX triplet: AB, 80 and A9. RGB value is (171,128,169). Sum of RGB (Red+Green+Blue) = 171+128+169=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #AB80A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB80A9 is #547F56. Grayscale: #919191. Windows color (decimal): -5537623 or 11108523. OLE color: 11108523.
HSL color Cylindrical-coordinate representation of color #AB80A9: hue angle of 302.79º 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 #AB80A9 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 169 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.33 |
| HSL | 302.79º | 0.2% | 0.59% | - |
| HSV(B) | 302.79º | 0.25% | 0.67% | - |
| XYZ | 31.68 | 26.96 | 41.07 | - |
| YUV | 145.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 169 | 0 | 0.25 | 0.01 | 0.33 | 302.79 | 0.2 | 0.59 |
| Hex | AB | 80 | A9 | 0 | 19 | 1 | 21 | 12F | 14 | 3B |
| Octal | 253 | 200 | 251 | 0 | 31 | 1 | 41 | 457 | 24 | 73 |
| Binary | 10101011 | 10000000 | 10101001 | 0 | 11001 | 1 | 100001 | 100101111 | 10100 | 111011 |
Color Harmonies of #AB80A9
Complementary color
Monochromatic Colors of #AB80A9
Black with #AB80A9
Text Example
Text Example
White with #AB80A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80A9; }
p { color: rgb(171,128,169); }
H1.HeaderClassName
{
color: #AB80A9;
}
.AnyTagClassName
{
color: #AB80A9;
}
</style>
background-color css
<style>
a { background-color: #AB80A9; }
a { background-color: rgb(171,128,169); }
div.DivClassName
{
background-color: #AB80A9;
}
.BgClassName
{
background-color: #AB80A9;
}
</style>
border-color css
<style>
span { border-color: #AB80A9; }
span { border-color: rgb(171,128,169); }
td.TdClassName
{
border-color: #AB80A9;
}
.TagClassName
{
border-color: #AB80A9;
}
</style>