Shades of London Hue #A289A1
Tints of London Hue #A289A1
RGB
CMYK
RGB Variations
Color information
#A289A1 (or 0xA289A1) is known color: London Hue. HEX triplet: A2, 89 and A1. RGB value is (162,137,161). Sum of RGB (Red+Green+Blue) = 162+137+161=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A289A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A289A1 is #5D765E. Grayscale: #939393. Windows color (decimal): -6125151 or 10586530. OLE color: 10586530.
HSL color Cylindrical-coordinate representation of color #A289A1: hue angle of 302.4º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A289A1 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 137 | 161 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.36 |
| HSL | 302.4º | 0.12% | 0.59% | - |
| HSV(B) | 302.4º | 0.15% | 0.64% | - |
| XYZ | 30.28 | 28.15 | 37.56 | - |
| YUV | 147.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 161 | 0 | 0.15 | 0.01 | 0.36 | 302.4 | 0.12 | 0.59 |
| Hex | A2 | 89 | A1 | 0 | F | 1 | 24 | 12E | C | 3B |
| Octal | 242 | 211 | 241 | 0 | 17 | 1 | 44 | 456 | 14 | 73 |
| Binary | 10100010 | 10001001 | 10100001 | 0 | 1111 | 1 | 100100 | 100101110 | 1100 | 111011 |
Color Harmonies of #A289A1
Complementary color
Monochromatic Colors of #A289A1
Black with #A289A1
Text Example
Text Example
White with #A289A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A289A1; }
p { color: rgb(162,137,161); }
H1.HeaderClassName
{
color: #A289A1;
}
.AnyTagClassName
{
color: #A289A1;
}
</style>
background-color css
<style>
a { background-color: #A289A1; }
a { background-color: rgb(162,137,161); }
div.DivClassName
{
background-color: #A289A1;
}
.BgClassName
{
background-color: #A289A1;
}
</style>
border-color css
<style>
span { border-color: #A289A1; }
span { border-color: rgb(162,137,161); }
td.TdClassName
{
border-color: #A289A1;
}
.TagClassName
{
border-color: #A289A1;
}
</style>