Shades of London Hue #A288A4
Tints of London Hue #A288A4
RGB
CMYK
RGB Variations
Color information
#A288A4 (or 0xA288A4) is known color: London Hue. HEX triplet: A2, 88 and A4. RGB value is (162,136,164). Sum of RGB (Red+Green+Blue) = 162+136+164=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 164 - color contains mainly: blue. Hex color #A288A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A288A4 is #5D775B. Grayscale: #929292. Windows color (decimal): -6125404 or 10782882. OLE color: 10782882.
HSL color Cylindrical-coordinate representation of color #A288A4: hue angle of 295.71º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A288A4 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 164 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.36 |
| HSL | 295.71º | 0.13% | 0.59% | - |
| HSV(B) | 295.71º | 0.17% | 0.64% | - |
| XYZ | 30.41 | 27.97 | 38.92 | - |
| YUV | 146.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 164 | 0.01 | 0.17 | 0 | 0.36 | 295.71 | 0.13 | 0.59 |
| Hex | A2 | 88 | A4 | 1 | 11 | 0 | 24 | 128 | D | 3B |
| Octal | 242 | 210 | 244 | 1 | 21 | 0 | 44 | 450 | 15 | 73 |
| Binary | 10100010 | 10001000 | 10100100 | 1 | 10001 | 0 | 100100 | 100101000 | 1101 | 111011 |
Color Harmonies of #A288A4
Complementary color
Monochromatic Colors of #A288A4
Black with #A288A4
Text Example
Text Example
White with #A288A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288A4; }
p { color: rgb(162,136,164); }
H1.HeaderClassName
{
color: #A288A4;
}
.AnyTagClassName
{
color: #A288A4;
}
</style>
background-color css
<style>
a { background-color: #A288A4; }
a { background-color: rgb(162,136,164); }
div.DivClassName
{
background-color: #A288A4;
}
.BgClassName
{
background-color: #A288A4;
}
</style>
border-color css
<style>
span { border-color: #A288A4; }
span { border-color: rgb(162,136,164); }
td.TdClassName
{
border-color: #A288A4;
}
.TagClassName
{
border-color: #A288A4;
}
</style>