Shades of London Hue #A97EAA
Tints of London Hue #A97EAA
RGB
CMYK
RGB Variations
Color information
#A97EAA (or 0xA97EAA) is known color: London Hue. HEX triplet: A9, 7E and AA. RGB value is (169,126,170). Sum of RGB (Red+Green+Blue) = 169+126+170=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #A97EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97EAA is #568155. Grayscale: #8F8F8F. Windows color (decimal): -5669206 or 11173545. OLE color: 11173545.
HSL color Cylindrical-coordinate representation of color #A97EAA: hue angle of 298.64º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A97EAA is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 126 | 170 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.33 |
| HSL | 298.64º | 0.21% | 0.58% | - |
| HSV(B) | 298.64º | 0.26% | 0.67% | - |
| XYZ | 31.08 | 26.26 | 41.46 | - |
| YUV | 143.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 126 | 170 | 0.01 | 0.26 | 0 | 0.33 | 298.64 | 0.21 | 0.58 |
| Hex | A9 | 7E | AA | 1 | 1A | 0 | 21 | 12B | 15 | 3A |
| Octal | 251 | 176 | 252 | 1 | 32 | 0 | 41 | 453 | 25 | 72 |
| Binary | 10101001 | 1111110 | 10101010 | 1 | 11010 | 0 | 100001 | 100101011 | 10101 | 111010 |
Color Harmonies of #A97EAA
Complementary color
Monochromatic Colors of #A97EAA
Black with #A97EAA
Text Example
Text Example
White with #A97EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97EAA; }
p { color: rgb(169,126,170); }
H1.HeaderClassName
{
color: #A97EAA;
}
.AnyTagClassName
{
color: #A97EAA;
}
</style>
background-color css
<style>
a { background-color: #A97EAA; }
a { background-color: rgb(169,126,170); }
div.DivClassName
{
background-color: #A97EAA;
}
.BgClassName
{
background-color: #A97EAA;
}
</style>
border-color css
<style>
span { border-color: #A97EAA; }
span { border-color: rgb(169,126,170); }
td.TdClassName
{
border-color: #A97EAA;
}
.TagClassName
{
border-color: #A97EAA;
}
</style>