Shades of London Hue #A990AA
Tints of London Hue #A990AA
RGB
CMYK
RGB Variations
Color information
#A990AA (or 0xA990AA) is known color: London Hue. HEX triplet: A9, 90 and AA. RGB value is (169,144,170). Sum of RGB (Red+Green+Blue) = 169+144+170=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 170 - color contains mainly: blue. Hex color #A990AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A990AA is #566F55. Grayscale: #9A9A9A. Windows color (decimal): -5664598 or 11178153. OLE color: 11178153.
HSL color Cylindrical-coordinate representation of color #A990AA: hue angle of 297.69º 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 #A990AA is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 144 | 170 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.33 |
| HSL | 297.69º | 0.13% | 0.62% | - |
| HSV(B) | 297.69º | 0.15% | 0.67% | - |
| XYZ | 33.59 | 31.28 | 42.3 | - |
| YUV | 154.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 170 | 0.01 | 0.15 | 0 | 0.33 | 297.69 | 0.13 | 0.62 |
| Hex | A9 | 90 | AA | 1 | F | 0 | 21 | 12A | D | 3E |
| Octal | 251 | 220 | 252 | 1 | 17 | 0 | 41 | 452 | 15 | 76 |
| Binary | 10101001 | 10010000 | 10101010 | 1 | 1111 | 0 | 100001 | 100101010 | 1101 | 111110 |
Color Harmonies of #A990AA
Complementary color
Monochromatic Colors of #A990AA
Black with #A990AA
Text Example
Text Example
White with #A990AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990AA; }
p { color: rgb(169,144,170); }
H1.HeaderClassName
{
color: #A990AA;
}
.AnyTagClassName
{
color: #A990AA;
}
</style>
background-color css
<style>
a { background-color: #A990AA; }
a { background-color: rgb(169,144,170); }
div.DivClassName
{
background-color: #A990AA;
}
.BgClassName
{
background-color: #A990AA;
}
</style>
border-color css
<style>
span { border-color: #A990AA; }
span { border-color: rgb(169,144,170); }
td.TdClassName
{
border-color: #A990AA;
}
.TagClassName
{
border-color: #A990AA;
}
</style>