Shades of London Hue #A0889F
Tints of London Hue #A0889F
RGB
CMYK
RGB Variations
Color information
#A0889F (or 0xA0889F) is known color: London Hue. HEX triplet: A0, 88 and 9F. RGB value is (160,136,159). Sum of RGB (Red+Green+Blue) = 160+136+159=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 160 - color contains mainly: red. Hex color #A0889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0889F is #5F7760. Grayscale: #919191. Windows color (decimal): -6256481 or 10455200. OLE color: 10455200.
HSL color Cylindrical-coordinate representation of color #A0889F: hue angle of 302.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0889F is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 159 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.37 |
| HSL | 302.5º | 0.11% | 0.58% | - |
| HSV(B) | 302.5º | 0.15% | 0.63% | - |
| XYZ | 29.56 | 27.59 | 36.57 | - |
| YUV | 145.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 159 | 0 | 0.15 | 0.01 | 0.37 | 302.5 | 0.11 | 0.58 |
| Hex | A0 | 88 | 9F | 0 | F | 1 | 25 | 12E | B | 3A |
| Octal | 240 | 210 | 237 | 0 | 17 | 1 | 45 | 456 | 13 | 72 |
| Binary | 10100000 | 10001000 | 10011111 | 0 | 1111 | 1 | 100101 | 100101110 | 1011 | 111010 |
Color Harmonies of #A0889F
Complementary color
Monochromatic Colors of #A0889F
Black with #A0889F
Text Example
Text Example
White with #A0889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0889F; }
p { color: rgb(160,136,159); }
H1.HeaderClassName
{
color: #A0889F;
}
.AnyTagClassName
{
color: #A0889F;
}
</style>
background-color css
<style>
a { background-color: #A0889F; }
a { background-color: rgb(160,136,159); }
div.DivClassName
{
background-color: #A0889F;
}
.BgClassName
{
background-color: #A0889F;
}
</style>
border-color css
<style>
span { border-color: #A0889F; }
span { border-color: rgb(160,136,159); }
td.TdClassName
{
border-color: #A0889F;
}
.TagClassName
{
border-color: #A0889F;
}
</style>