Shades of London Hue #A08E9F
Tints of London Hue #A08E9F
RGB
CMYK
RGB Variations
Color information
#A08E9F (or 0xA08E9F) is known color: London Hue. HEX triplet: A0, 8E and 9F. RGB value is (160,142,159). Sum of RGB (Red+Green+Blue) = 160+142+159=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08E9F is #5F7160. Grayscale: #959595. Windows color (decimal): -6254945 or 10456736. OLE color: 10456736.
HSL color Cylindrical-coordinate representation of color #A08E9F: hue angle of 303.33º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A08E9F is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 159 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.37 |
| HSL | 303.33º | 0.09% | 0.59% | - |
| HSV(B) | 303.33º | 0.11% | 0.63% | - |
| XYZ | 30.43 | 29.32 | 36.86 | - |
| YUV | 149.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 159 | 0 | 0.11 | 0.01 | 0.37 | 303.33 | 0.09 | 0.59 |
| Hex | A0 | 8E | 9F | 0 | B | 1 | 25 | 12F | 9 | 3B |
| Octal | 240 | 216 | 237 | 0 | 13 | 1 | 45 | 457 | 11 | 73 |
| Binary | 10100000 | 10001110 | 10011111 | 0 | 1011 | 1 | 100101 | 100101111 | 1001 | 111011 |
Color Harmonies of #A08E9F
Complementary color
Monochromatic Colors of #A08E9F
Black with #A08E9F
Text Example
Text Example
White with #A08E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E9F; }
p { color: rgb(160,142,159); }
H1.HeaderClassName
{
color: #A08E9F;
}
.AnyTagClassName
{
color: #A08E9F;
}
</style>
background-color css
<style>
a { background-color: #A08E9F; }
a { background-color: rgb(160,142,159); }
div.DivClassName
{
background-color: #A08E9F;
}
.BgClassName
{
background-color: #A08E9F;
}
</style>
border-color css
<style>
span { border-color: #A08E9F; }
span { border-color: rgb(160,142,159); }
td.TdClassName
{
border-color: #A08E9F;
}
.TagClassName
{
border-color: #A08E9F;
}
</style>