Shades of London Hue #A090A1
Tints of London Hue #A090A1
RGB
CMYK
RGB Variations
Color information
#A090A1 (or 0xA090A1) is known color: London Hue. HEX triplet: A0, 90 and A1. RGB value is (160,144,161). Sum of RGB (Red+Green+Blue) = 160+144+161=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 161 - color contains mainly: blue. Hex color #A090A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A090A1 is #5F6F5E. Grayscale: #969696. Windows color (decimal): -6254431 or 10588320. OLE color: 10588320.
HSL color Cylindrical-coordinate representation of color #A090A1: hue angle of 296.47º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A090A1 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 161 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.37 |
| HSL | 296.47º | 0.08% | 0.6% | - |
| HSV(B) | 296.47º | 0.11% | 0.63% | - |
| XYZ | 30.9 | 29.99 | 37.88 | - |
| YUV | 150.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 161 | 0.01 | 0.11 | 0 | 0.37 | 296.47 | 0.08 | 0.6 |
| Hex | A0 | 90 | A1 | 1 | B | 0 | 25 | 128 | 8 | 3C |
| Octal | 240 | 220 | 241 | 1 | 13 | 0 | 45 | 450 | 10 | 74 |
| Binary | 10100000 | 10010000 | 10100001 | 1 | 1011 | 0 | 100101 | 100101000 | 1000 | 111100 |
Color Harmonies of #A090A1
Complementary color
Monochromatic Colors of #A090A1
Black with #A090A1
Text Example
Text Example
White with #A090A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090A1; }
p { color: rgb(160,144,161); }
H1.HeaderClassName
{
color: #A090A1;
}
.AnyTagClassName
{
color: #A090A1;
}
</style>
background-color css
<style>
a { background-color: #A090A1; }
a { background-color: rgb(160,144,161); }
div.DivClassName
{
background-color: #A090A1;
}
.BgClassName
{
background-color: #A090A1;
}
</style>
border-color css
<style>
span { border-color: #A090A1; }
span { border-color: rgb(160,144,161); }
td.TdClassName
{
border-color: #A090A1;
}
.TagClassName
{
border-color: #A090A1;
}
</style>