Shades of London Hue #A97AAA
Tints of London Hue #A97AAA
RGB
CMYK
RGB Variations
Color information
#A97AAA (or 0xA97AAA) is known color: London Hue. HEX triplet: A9, 7A and AA. RGB value is (169,122,170). Sum of RGB (Red+Green+Blue) = 169+122+170=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #A97AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97AAA is #568555. Grayscale: #8D8D8D. Windows color (decimal): -5670230 or 11172521. OLE color: 11172521.
HSL color Cylindrical-coordinate representation of color #A97AAA: hue angle of 298.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97AAA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 122 | 170 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.33 |
| HSL | 298.75º | 0.22% | 0.57% | - |
| HSV(B) | 298.75º | 0.28% | 0.67% | - |
| XYZ | 30.58 | 25.26 | 41.29 | - |
| YUV | 141.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 170 | 0.01 | 0.28 | 0 | 0.33 | 298.75 | 0.22 | 0.57 |
| Hex | A9 | 7A | AA | 1 | 1C | 0 | 21 | 12B | 16 | 39 |
| Octal | 251 | 172 | 252 | 1 | 34 | 0 | 41 | 453 | 26 | 71 |
| Binary | 10101001 | 1111010 | 10101010 | 1 | 11100 | 0 | 100001 | 100101011 | 10110 | 111001 |
Color Harmonies of #A97AAA
Complementary color
Monochromatic Colors of #A97AAA
Black with #A97AAA
Text Example
Text Example
White with #A97AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97AAA; }
p { color: rgb(169,122,170); }
H1.HeaderClassName
{
color: #A97AAA;
}
.AnyTagClassName
{
color: #A97AAA;
}
</style>
background-color css
<style>
a { background-color: #A97AAA; }
a { background-color: rgb(169,122,170); }
div.DivClassName
{
background-color: #A97AAA;
}
.BgClassName
{
background-color: #A97AAA;
}
</style>
border-color css
<style>
span { border-color: #A97AAA; }
span { border-color: rgb(169,122,170); }
td.TdClassName
{
border-color: #A97AAA;
}
.TagClassName
{
border-color: #A97AAA;
}
</style>