Shades of London Hue #A88EA2
Tints of London Hue #A88EA2
RGB
CMYK
RGB Variations
Color information
#A88EA2 (or 0xA88EA2) is known color: London Hue. HEX triplet: A8, 8E and A2. RGB value is (168,142,162). Sum of RGB (Red+Green+Blue) = 168+142+162=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A88EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EA2 is #57715D. Grayscale: #989898. Windows color (decimal): -5730654 or 10653352. OLE color: 10653352.
HSL color Cylindrical-coordinate representation of color #A88EA2: hue angle of 313.85º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A88EA2 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 142 | 162 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.34 |
| HSL | 313.85º | 0.13% | 0.61% | - |
| HSV(B) | 313.85º | 0.15% | 0.66% | - |
| XYZ | 32.34 | 30.28 | 38.32 | - |
| YUV | 152.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 162 | 0 | 0.15 | 0.04 | 0.34 | 313.85 | 0.13 | 0.61 |
| Hex | A8 | 8E | A2 | 0 | F | 4 | 22 | 13A | D | 3D |
| Octal | 250 | 216 | 242 | 0 | 17 | 4 | 42 | 472 | 15 | 75 |
| Binary | 10101000 | 10001110 | 10100010 | 0 | 1111 | 100 | 100010 | 100111010 | 1101 | 111101 |
Color Harmonies of #A88EA2
Complementary color
Monochromatic Colors of #A88EA2
Black with #A88EA2
Text Example
Text Example
White with #A88EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88EA2; }
p { color: rgb(168,142,162); }
H1.HeaderClassName
{
color: #A88EA2;
}
.AnyTagClassName
{
color: #A88EA2;
}
</style>
background-color css
<style>
a { background-color: #A88EA2; }
a { background-color: rgb(168,142,162); }
div.DivClassName
{
background-color: #A88EA2;
}
.BgClassName
{
background-color: #A88EA2;
}
</style>
border-color css
<style>
span { border-color: #A88EA2; }
span { border-color: rgb(168,142,162); }
td.TdClassName
{
border-color: #A88EA2;
}
.TagClassName
{
border-color: #A88EA2;
}
</style>