Shades of London Hue #A97CAE
Tints of London Hue #A97CAE
RGB
CMYK
RGB Variations
Color information
#A97CAE (or 0xA97CAE) is known color: London Hue. HEX triplet: A9, 7C and AE. RGB value is (169,124,174). Sum of RGB (Red+Green+Blue) = 169+124+174=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #A97CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97CAE is #568351. Grayscale: #8F8F8F. Windows color (decimal): -5669714 or 11435177. OLE color: 11435177.
HSL color Cylindrical-coordinate representation of color #A97CAE: hue angle of 294º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A97CAE is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 124 | 174 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.32 |
| HSL | 294º | 0.24% | 0.58% | - |
| HSV(B) | 294º | 0.29% | 0.68% | - |
| XYZ | 31.21 | 25.91 | 43.4 | - |
| YUV | 143.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 174 | 0.03 | 0.29 | 0 | 0.32 | 294 | 0.24 | 0.58 |
| Hex | A9 | 7C | AE | 3 | 1D | 0 | 20 | 126 | 18 | 3A |
| Octal | 251 | 174 | 256 | 3 | 35 | 0 | 40 | 446 | 30 | 72 |
| Binary | 10101001 | 1111100 | 10101110 | 11 | 11101 | 0 | 100000 | 100100110 | 11000 | 111010 |
Color Harmonies of #A97CAE
Complementary color
Monochromatic Colors of #A97CAE
Black with #A97CAE
Text Example
Text Example
White with #A97CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97CAE; }
p { color: rgb(169,124,174); }
H1.HeaderClassName
{
color: #A97CAE;
}
.AnyTagClassName
{
color: #A97CAE;
}
</style>
background-color css
<style>
a { background-color: #A97CAE; }
a { background-color: rgb(169,124,174); }
div.DivClassName
{
background-color: #A97CAE;
}
.BgClassName
{
background-color: #A97CAE;
}
</style>
border-color css
<style>
span { border-color: #A97CAE; }
span { border-color: rgb(169,124,174); }
td.TdClassName
{
border-color: #A97CAE;
}
.TagClassName
{
border-color: #A97CAE;
}
</style>