Shades of London Hue #A1809F
Tints of London Hue #A1809F
RGB
CMYK
RGB Variations
Color information
#A1809F (or 0xA1809F) is known color: London Hue. HEX triplet: A1, 80 and 9F. RGB value is (161,128,159). Sum of RGB (Red+Green+Blue) = 161+128+159=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A1809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1809F is #5E7F60. Grayscale: #8D8D8D. Windows color (decimal): -6192993 or 10453153. OLE color: 10453153.
HSL color Cylindrical-coordinate representation of color #A1809F: hue angle of 303.64º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1809F is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 159 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.37 |
| HSL | 303.64º | 0.15% | 0.57% | - |
| HSV(B) | 303.64º | 0.2% | 0.63% | - |
| XYZ | 28.68 | 25.52 | 36.22 | - |
| YUV | 141.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 159 | 0 | 0.20 | 0.01 | 0.37 | 303.64 | 0.15 | 0.57 |
| Hex | A1 | 80 | 9F | 0 | 14 | 1 | 25 | 130 | F | 39 |
| Octal | 241 | 200 | 237 | 0 | 24 | 1 | 45 | 460 | 17 | 71 |
| Binary | 10100001 | 10000000 | 10011111 | 0 | 10100 | 1 | 100101 | 100110000 | 1111 | 111001 |
Color Harmonies of #A1809F
Complementary color
Monochromatic Colors of #A1809F
Black with #A1809F
Text Example
Text Example
White with #A1809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1809F; }
p { color: rgb(161,128,159); }
H1.HeaderClassName
{
color: #A1809F;
}
.AnyTagClassName
{
color: #A1809F;
}
</style>
background-color css
<style>
a { background-color: #A1809F; }
a { background-color: rgb(161,128,159); }
div.DivClassName
{
background-color: #A1809F;
}
.BgClassName
{
background-color: #A1809F;
}
</style>
border-color css
<style>
span { border-color: #A1809F; }
span { border-color: rgb(161,128,159); }
td.TdClassName
{
border-color: #A1809F;
}
.TagClassName
{
border-color: #A1809F;
}
</style>