Shades of London Hue #A18EA2
Tints of London Hue #A18EA2
RGB
CMYK
RGB Variations
Color information
#A18EA2 (or 0xA18EA2) is known color: London Hue. HEX triplet: A1, 8E and A2. RGB value is (161,142,162). Sum of RGB (Red+Green+Blue) = 161+142+162=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 162 - color contains mainly: blue. Hex color #A18EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18EA2 is #5E715D. Grayscale: #959595. Windows color (decimal): -6189406 or 10653345. OLE color: 10653345.
HSL color Cylindrical-coordinate representation of color #A18EA2: hue angle of 297º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A18EA2 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 142 | 162 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.36 |
| HSL | 297º | 0.1% | 0.6% | - |
| HSV(B) | 297º | 0.12% | 0.64% | - |
| XYZ | 30.89 | 29.53 | 38.25 | - |
| YUV | 149.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 162 | 0.01 | 0.12 | 0 | 0.36 | 297 | 0.1 | 0.6 |
| Hex | A1 | 8E | A2 | 1 | C | 0 | 24 | 129 | A | 3C |
| Octal | 241 | 216 | 242 | 1 | 14 | 0 | 44 | 451 | 12 | 74 |
| Binary | 10100001 | 10001110 | 10100010 | 1 | 1100 | 0 | 100100 | 100101001 | 1010 | 111100 |
Color Harmonies of #A18EA2
Complementary color
Monochromatic Colors of #A18EA2
Black with #A18EA2
Text Example
Text Example
White with #A18EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18EA2; }
p { color: rgb(161,142,162); }
H1.HeaderClassName
{
color: #A18EA2;
}
.AnyTagClassName
{
color: #A18EA2;
}
</style>
background-color css
<style>
a { background-color: #A18EA2; }
a { background-color: rgb(161,142,162); }
div.DivClassName
{
background-color: #A18EA2;
}
.BgClassName
{
background-color: #A18EA2;
}
</style>
border-color css
<style>
span { border-color: #A18EA2; }
span { border-color: rgb(161,142,162); }
td.TdClassName
{
border-color: #A18EA2;
}
.TagClassName
{
border-color: #A18EA2;
}
</style>