Shades of London Hue #A188A2
Tints of London Hue #A188A2
RGB
CMYK
RGB Variations
Color information
#A188A2 (or 0xA188A2) is known color: London Hue. HEX triplet: A1, 88 and A2. RGB value is (161,136,162). Sum of RGB (Red+Green+Blue) = 161+136+162=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 162 - color contains mainly: blue. Hex color #A188A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A188A2 is #5E775D. Grayscale: #929292. Windows color (decimal): -6190942 or 10651809. OLE color: 10651809.
HSL color Cylindrical-coordinate representation of color #A188A2: hue angle of 297.69º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A188A2 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 136 | 162 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.36 |
| HSL | 297.69º | 0.12% | 0.58% | - |
| HSV(B) | 297.69º | 0.16% | 0.64% | - |
| XYZ | 30.02 | 27.79 | 37.96 | - |
| YUV | 146.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 162 | 0.01 | 0.16 | 0 | 0.36 | 297.69 | 0.12 | 0.58 |
| Hex | A1 | 88 | A2 | 1 | 10 | 0 | 24 | 12A | C | 3A |
| Octal | 241 | 210 | 242 | 1 | 20 | 0 | 44 | 452 | 14 | 72 |
| Binary | 10100001 | 10001000 | 10100010 | 1 | 10000 | 0 | 100100 | 100101010 | 1100 | 111010 |
Color Harmonies of #A188A2
Complementary color
Monochromatic Colors of #A188A2
Black with #A188A2
Text Example
Text Example
White with #A188A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188A2; }
p { color: rgb(161,136,162); }
H1.HeaderClassName
{
color: #A188A2;
}
.AnyTagClassName
{
color: #A188A2;
}
</style>
background-color css
<style>
a { background-color: #A188A2; }
a { background-color: rgb(161,136,162); }
div.DivClassName
{
background-color: #A188A2;
}
.BgClassName
{
background-color: #A188A2;
}
</style>
border-color css
<style>
span { border-color: #A188A2; }
span { border-color: rgb(161,136,162); }
td.TdClassName
{
border-color: #A188A2;
}
.TagClassName
{
border-color: #A188A2;
}
</style>