Shades of London Hue #A97DAD
Tints of London Hue #A97DAD
RGB
CMYK
RGB Variations
Color information
#A97DAD (or 0xA97DAD) is known color: London Hue. HEX triplet: A9, 7D and AD. RGB value is (169,125,173). Sum of RGB (Red+Green+Blue) = 169+125+173=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #A97DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97DAD is #568252. Grayscale: #8F8F8F. Windows color (decimal): -5669459 or 11369897. OLE color: 11369897.
HSL color Cylindrical-coordinate representation of color #A97DAD: hue angle of 295º 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 #A97DAD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 125 | 173 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.32 |
| HSL | 295º | 0.23% | 0.58% | - |
| HSV(B) | 295º | 0.28% | 0.68% | - |
| XYZ | 31.24 | 26.12 | 42.93 | - |
| YUV | 143.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 173 | 0.02 | 0.28 | 0 | 0.32 | 295 | 0.23 | 0.58 |
| Hex | A9 | 7D | AD | 2 | 1C | 0 | 20 | 127 | 17 | 3A |
| Octal | 251 | 175 | 255 | 2 | 34 | 0 | 40 | 447 | 27 | 72 |
| Binary | 10101001 | 1111101 | 10101101 | 10 | 11100 | 0 | 100000 | 100100111 | 10111 | 111010 |
Color Harmonies of #A97DAD
Complementary color
Monochromatic Colors of #A97DAD
Black with #A97DAD
Text Example
Text Example
White with #A97DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97DAD; }
p { color: rgb(169,125,173); }
H1.HeaderClassName
{
color: #A97DAD;
}
.AnyTagClassName
{
color: #A97DAD;
}
</style>
background-color css
<style>
a { background-color: #A97DAD; }
a { background-color: rgb(169,125,173); }
div.DivClassName
{
background-color: #A97DAD;
}
.BgClassName
{
background-color: #A97DAD;
}
</style>
border-color css
<style>
span { border-color: #A97DAD; }
span { border-color: rgb(169,125,173); }
td.TdClassName
{
border-color: #A97DAD;
}
.TagClassName
{
border-color: #A97DAD;
}
</style>