Shades of London Hue #A0839F
Tints of London Hue #A0839F
RGB
CMYK
RGB Variations
Color information
#A0839F (or 0xA0839F) is known color: London Hue. HEX triplet: A0, 83 and 9F. RGB value is (160,131,159). Sum of RGB (Red+Green+Blue) = 160+131+159=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A0839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0839F is #5F7C60. Grayscale: #8E8E8E. Windows color (decimal): -6257761 or 10453920. OLE color: 10453920.
HSL color Cylindrical-coordinate representation of color #A0839F: hue angle of 302.07º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0839F is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 159 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.37 |
| HSL | 302.07º | 0.13% | 0.57% | - |
| HSV(B) | 302.07º | 0.18% | 0.63% | - |
| XYZ | 28.87 | 26.21 | 36.34 | - |
| YUV | 142.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 159 | 0 | 0.18 | 0.01 | 0.37 | 302.07 | 0.13 | 0.57 |
| Hex | A0 | 83 | 9F | 0 | 12 | 1 | 25 | 12E | D | 39 |
| Octal | 240 | 203 | 237 | 0 | 22 | 1 | 45 | 456 | 15 | 71 |
| Binary | 10100000 | 10000011 | 10011111 | 0 | 10010 | 1 | 100101 | 100101110 | 1101 | 111001 |
Color Harmonies of #A0839F
Complementary color
Monochromatic Colors of #A0839F
Black with #A0839F
Text Example
Text Example
White with #A0839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0839F; }
p { color: rgb(160,131,159); }
H1.HeaderClassName
{
color: #A0839F;
}
.AnyTagClassName
{
color: #A0839F;
}
</style>
background-color css
<style>
a { background-color: #A0839F; }
a { background-color: rgb(160,131,159); }
div.DivClassName
{
background-color: #A0839F;
}
.BgClassName
{
background-color: #A0839F;
}
</style>
border-color css
<style>
span { border-color: #A0839F; }
span { border-color: rgb(160,131,159); }
td.TdClassName
{
border-color: #A0839F;
}
.TagClassName
{
border-color: #A0839F;
}
</style>