Shades of London Hue #A890AA
Tints of London Hue #A890AA
RGB
CMYK
RGB Variations
Color information
#A890AA (or 0xA890AA) is known color: London Hue. HEX triplet: A8, 90 and AA. RGB value is (168,144,170). Sum of RGB (Red+Green+Blue) = 168+144+170=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 170 - color contains mainly: blue. Hex color #A890AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A890AA is #576F55. Grayscale: #9A9A9A. Windows color (decimal): -5730134 or 11178152. OLE color: 11178152.
HSL color Cylindrical-coordinate representation of color #A890AA: hue angle of 295.38º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A890AA is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 144 | 170 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.33 |
| HSL | 295.38º | 0.13% | 0.62% | - |
| HSV(B) | 295.38º | 0.15% | 0.67% | - |
| XYZ | 33.38 | 31.17 | 42.29 | - |
| YUV | 154.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 170 | 0.01 | 0.15 | 0 | 0.33 | 295.38 | 0.13 | 0.62 |
| Hex | A8 | 90 | AA | 1 | F | 0 | 21 | 127 | D | 3E |
| Octal | 250 | 220 | 252 | 1 | 17 | 0 | 41 | 447 | 15 | 76 |
| Binary | 10101000 | 10010000 | 10101010 | 1 | 1111 | 0 | 100001 | 100100111 | 1101 | 111110 |
Color Harmonies of #A890AA
Complementary color
Monochromatic Colors of #A890AA
Black with #A890AA
Text Example
Text Example
White with #A890AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A890AA; }
p { color: rgb(168,144,170); }
H1.HeaderClassName
{
color: #A890AA;
}
.AnyTagClassName
{
color: #A890AA;
}
</style>
background-color css
<style>
a { background-color: #A890AA; }
a { background-color: rgb(168,144,170); }
div.DivClassName
{
background-color: #A890AA;
}
.BgClassName
{
background-color: #A890AA;
}
</style>
border-color css
<style>
span { border-color: #A890AA; }
span { border-color: rgb(168,144,170); }
td.TdClassName
{
border-color: #A890AA;
}
.TagClassName
{
border-color: #A890AA;
}
</style>