Shades of London Hue #A997AA
Tints of London Hue #A997AA
RGB
CMYK
RGB Variations
Color information
#A997AA (or 0xA997AA) is known color: London Hue. HEX triplet: A9, 97 and AA. RGB value is (169,151,170). Sum of RGB (Red+Green+Blue) = 169+151+170=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 170 - color contains mainly: blue. Hex color #A997AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A997AA is #566855. Grayscale: #9E9E9E. Windows color (decimal): -5662806 or 11179945. OLE color: 11179945.
HSL color Cylindrical-coordinate representation of color #A997AA: hue angle of 296.84º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A997AA is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 151 | 170 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.33 |
| HSL | 296.84º | 0.1% | 0.63% | - |
| HSV(B) | 296.84º | 0.11% | 0.67% | - |
| XYZ | 34.68 | 33.47 | 42.66 | - |
| YUV | 158.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 170 | 0.01 | 0.11 | 0 | 0.33 | 296.84 | 0.1 | 0.63 |
| Hex | A9 | 97 | AA | 1 | B | 0 | 21 | 129 | A | 3F |
| Octal | 251 | 227 | 252 | 1 | 13 | 0 | 41 | 451 | 12 | 77 |
| Binary | 10101001 | 10010111 | 10101010 | 1 | 1011 | 0 | 100001 | 100101001 | 1010 | 111111 |
Color Harmonies of #A997AA
Complementary color
Monochromatic Colors of #A997AA
Black with #A997AA
Text Example
Text Example
White with #A997AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997AA; }
p { color: rgb(169,151,170); }
H1.HeaderClassName
{
color: #A997AA;
}
.AnyTagClassName
{
color: #A997AA;
}
</style>
background-color css
<style>
a { background-color: #A997AA; }
a { background-color: rgb(169,151,170); }
div.DivClassName
{
background-color: #A997AA;
}
.BgClassName
{
background-color: #A997AA;
}
</style>
border-color css
<style>
span { border-color: #A997AA; }
span { border-color: rgb(169,151,170); }
td.TdClassName
{
border-color: #A997AA;
}
.TagClassName
{
border-color: #A997AA;
}
</style>