Shades of London Hue #A97DAC
Tints of London Hue #A97DAC
RGB
CMYK
RGB Variations
Color information
#A97DAC (or 0xA97DAC) is known color: London Hue. HEX triplet: A9, 7D and AC. RGB value is (169,125,172). Sum of RGB (Red+Green+Blue) = 169+125+172=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #A97DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97DAC is #568253. Grayscale: #8F8F8F. Windows color (decimal): -5669460 or 11304361. OLE color: 11304361.
HSL color Cylindrical-coordinate representation of color #A97DAC: hue angle of 296.17º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A97DAC is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 125 | 172 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.33 |
| HSL | 296.17º | 0.22% | 0.58% | - |
| HSV(B) | 296.17º | 0.27% | 0.67% | - |
| XYZ | 31.14 | 26.08 | 42.42 | - |
| YUV | 143.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 172 | 0.02 | 0.27 | 0 | 0.33 | 296.17 | 0.22 | 0.58 |
| Hex | A9 | 7D | AC | 2 | 1B | 0 | 21 | 128 | 16 | 3A |
| Octal | 251 | 175 | 254 | 2 | 33 | 0 | 41 | 450 | 26 | 72 |
| Binary | 10101001 | 1111101 | 10101100 | 10 | 11011 | 0 | 100001 | 100101000 | 10110 | 111010 |
Color Harmonies of #A97DAC
Complementary color
Monochromatic Colors of #A97DAC
Black with #A97DAC
Text Example
Text Example
White with #A97DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97DAC; }
p { color: rgb(169,125,172); }
H1.HeaderClassName
{
color: #A97DAC;
}
.AnyTagClassName
{
color: #A97DAC;
}
</style>
background-color css
<style>
a { background-color: #A97DAC; }
a { background-color: rgb(169,125,172); }
div.DivClassName
{
background-color: #A97DAC;
}
.BgClassName
{
background-color: #A97DAC;
}
</style>
border-color css
<style>
span { border-color: #A97DAC; }
span { border-color: rgb(169,125,172); }
td.TdClassName
{
border-color: #A97DAC;
}
.TagClassName
{
border-color: #A97DAC;
}
</style>