Shades of London Hue #A97AAD
Tints of London Hue #A97AAD
RGB
CMYK
RGB Variations
Color information
#A97AAD (or 0xA97AAD) is known color: London Hue. HEX triplet: A9, 7A and AD. RGB value is (169,122,173). Sum of RGB (Red+Green+Blue) = 169+122+173=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #A97AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97AAD is #568552. Grayscale: #8D8D8D. Windows color (decimal): -5670227 or 11369129. OLE color: 11369129.
HSL color Cylindrical-coordinate representation of color #A97AAD: hue angle of 295.29º 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 #A97AAD is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 122 | 173 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.32 |
| HSL | 295.29º | 0.24% | 0.58% | - |
| HSV(B) | 295.29º | 0.29% | 0.68% | - |
| XYZ | 30.86 | 25.37 | 42.81 | - |
| YUV | 141.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 173 | 0.02 | 0.29 | 0 | 0.32 | 295.29 | 0.24 | 0.58 |
| Hex | A9 | 7A | AD | 2 | 1D | 0 | 20 | 127 | 18 | 3A |
| Octal | 251 | 172 | 255 | 2 | 35 | 0 | 40 | 447 | 30 | 72 |
| Binary | 10101001 | 1111010 | 10101101 | 10 | 11101 | 0 | 100000 | 100100111 | 11000 | 111010 |
Color Harmonies of #A97AAD
Complementary color
Monochromatic Colors of #A97AAD
Black with #A97AAD
Text Example
Text Example
White with #A97AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97AAD; }
p { color: rgb(169,122,173); }
H1.HeaderClassName
{
color: #A97AAD;
}
.AnyTagClassName
{
color: #A97AAD;
}
</style>
background-color css
<style>
a { background-color: #A97AAD; }
a { background-color: rgb(169,122,173); }
div.DivClassName
{
background-color: #A97AAD;
}
.BgClassName
{
background-color: #A97AAD;
}
</style>
border-color css
<style>
span { border-color: #A97AAD; }
span { border-color: rgb(169,122,173); }
td.TdClassName
{
border-color: #A97AAD;
}
.TagClassName
{
border-color: #A97AAD;
}
</style>