Shades of London Hue #A288A1
Tints of London Hue #A288A1
RGB
CMYK
RGB Variations
Color information
#A288A1 (or 0xA288A1) is known color: London Hue. HEX triplet: A2, 88 and A1. RGB value is (162,136,161). Sum of RGB (Red+Green+Blue) = 162+136+161=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 162 - color contains mainly: red. Hex color #A288A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A288A1 is #5D775E. Grayscale: #929292. Windows color (decimal): -6125407 or 10586274. OLE color: 10586274.
HSL color Cylindrical-coordinate representation of color #A288A1: hue angle of 302.31º 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 #A288A1 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 161 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.36 |
| HSL | 302.31º | 0.12% | 0.58% | - |
| HSV(B) | 302.31º | 0.16% | 0.64% | - |
| XYZ | 30.14 | 27.86 | 37.51 | - |
| YUV | 146.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 161 | 0 | 0.16 | 0.01 | 0.36 | 302.31 | 0.12 | 0.58 |
| Hex | A2 | 88 | A1 | 0 | 10 | 1 | 24 | 12E | C | 3A |
| Octal | 242 | 210 | 241 | 0 | 20 | 1 | 44 | 456 | 14 | 72 |
| Binary | 10100010 | 10001000 | 10100001 | 0 | 10000 | 1 | 100100 | 100101110 | 1100 | 111010 |
Color Harmonies of #A288A1
Complementary color
Monochromatic Colors of #A288A1
Black with #A288A1
Text Example
Text Example
White with #A288A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288A1; }
p { color: rgb(162,136,161); }
H1.HeaderClassName
{
color: #A288A1;
}
.AnyTagClassName
{
color: #A288A1;
}
</style>
background-color css
<style>
a { background-color: #A288A1; }
a { background-color: rgb(162,136,161); }
div.DivClassName
{
background-color: #A288A1;
}
.BgClassName
{
background-color: #A288A1;
}
</style>
border-color css
<style>
span { border-color: #A288A1; }
span { border-color: rgb(162,136,161); }
td.TdClassName
{
border-color: #A288A1;
}
.TagClassName
{
border-color: #A288A1;
}
</style>