Shades of London Hue #A18E9F
Tints of London Hue #A18E9F
RGB
CMYK
RGB Variations
Color information
#A18E9F (or 0xA18E9F) is known color: London Hue. HEX triplet: A1, 8E and 9F. RGB value is (161,142,159). Sum of RGB (Red+Green+Blue) = 161+142+159=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E9F is #5E7160. Grayscale: #959595. Windows color (decimal): -6189409 or 10456737. OLE color: 10456737.
HSL color Cylindrical-coordinate representation of color #A18E9F: hue angle of 306.32º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A18E9F is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 159 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.37 |
| HSL | 306.32º | 0.09% | 0.59% | - |
| HSV(B) | 306.32º | 0.12% | 0.63% | - |
| XYZ | 30.63 | 29.43 | 36.87 | - |
| YUV | 149.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 159 | 0 | 0.12 | 0.01 | 0.37 | 306.32 | 0.09 | 0.59 |
| Hex | A1 | 8E | 9F | 0 | C | 1 | 25 | 132 | 9 | 3B |
| Octal | 241 | 216 | 237 | 0 | 14 | 1 | 45 | 462 | 11 | 73 |
| Binary | 10100001 | 10001110 | 10011111 | 0 | 1100 | 1 | 100101 | 100110010 | 1001 | 111011 |
Color Harmonies of #A18E9F
Complementary color
Monochromatic Colors of #A18E9F
Black with #A18E9F
Text Example
Text Example
White with #A18E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E9F; }
p { color: rgb(161,142,159); }
H1.HeaderClassName
{
color: #A18E9F;
}
.AnyTagClassName
{
color: #A18E9F;
}
</style>
background-color css
<style>
a { background-color: #A18E9F; }
a { background-color: rgb(161,142,159); }
div.DivClassName
{
background-color: #A18E9F;
}
.BgClassName
{
background-color: #A18E9F;
}
</style>
border-color css
<style>
span { border-color: #A18E9F; }
span { border-color: rgb(161,142,159); }
td.TdClassName
{
border-color: #A18E9F;
}
.TagClassName
{
border-color: #A18E9F;
}
</style>