Shades of London Hue #A97CAD
Tints of London Hue #A97CAD
RGB
CMYK
RGB Variations
Color information
#A97CAD (or 0xA97CAD) is known color: London Hue. HEX triplet: A9, 7C and AD. RGB value is (169,124,173). Sum of RGB (Red+Green+Blue) = 169+124+173=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #A97CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97CAD is #568352. Grayscale: #8E8E8E. Windows color (decimal): -5669715 or 11369641. OLE color: 11369641.
HSL color Cylindrical-coordinate representation of color #A97CAD: hue angle of 295.1º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97CAD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 124 | 173 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.32 |
| HSL | 295.1º | 0.23% | 0.58% | - |
| HSV(B) | 295.1º | 0.28% | 0.68% | - |
| XYZ | 31.11 | 25.87 | 42.89 | - |
| YUV | 143.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 173 | 0.02 | 0.28 | 0 | 0.32 | 295.1 | 0.23 | 0.58 |
| Hex | A9 | 7C | AD | 2 | 1C | 0 | 20 | 127 | 17 | 3A |
| Octal | 251 | 174 | 255 | 2 | 34 | 0 | 40 | 447 | 27 | 72 |
| Binary | 10101001 | 1111100 | 10101101 | 10 | 11100 | 0 | 100000 | 100100111 | 10111 | 111010 |
Color Harmonies of #A97CAD
Complementary color
Monochromatic Colors of #A97CAD
Black with #A97CAD
Text Example
Text Example
White with #A97CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97CAD; }
p { color: rgb(169,124,173); }
H1.HeaderClassName
{
color: #A97CAD;
}
.AnyTagClassName
{
color: #A97CAD;
}
</style>
background-color css
<style>
a { background-color: #A97CAD; }
a { background-color: rgb(169,124,173); }
div.DivClassName
{
background-color: #A97CAD;
}
.BgClassName
{
background-color: #A97CAD;
}
</style>
border-color css
<style>
span { border-color: #A97CAD; }
span { border-color: rgb(169,124,173); }
td.TdClassName
{
border-color: #A97CAD;
}
.TagClassName
{
border-color: #A97CAD;
}
</style>