Shades of London Hue #A997AC
Tints of London Hue #A997AC
RGB
CMYK
RGB Variations
Color information
#A997AC (or 0xA997AC) is known color: London Hue. HEX triplet: A9, 97 and AC. RGB value is (169,151,172). Sum of RGB (Red+Green+Blue) = 169+151+172=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #A997AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A997AC is #566853. Grayscale: #9E9E9E. Windows color (decimal): -5662804 or 11311017. OLE color: 11311017.
HSL color Cylindrical-coordinate representation of color #A997AC: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A997AC is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 151 | 172 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.33 |
| HSL | 291.43º | 0.11% | 0.63% | - |
| HSV(B) | 291.43º | 0.12% | 0.67% | - |
| XYZ | 34.88 | 33.55 | 43.67 | - |
| YUV | 158.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 172 | 0.02 | 0.12 | 0 | 0.33 | 291.43 | 0.11 | 0.63 |
| Hex | A9 | 97 | AC | 2 | C | 0 | 21 | 123 | B | 3F |
| Octal | 251 | 227 | 254 | 2 | 14 | 0 | 41 | 443 | 13 | 77 |
| Binary | 10101001 | 10010111 | 10101100 | 10 | 1100 | 0 | 100001 | 100100011 | 1011 | 111111 |
Color Harmonies of #A997AC
Complementary color
Monochromatic Colors of #A997AC
Black with #A997AC
Text Example
Text Example
White with #A997AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997AC; }
p { color: rgb(169,151,172); }
H1.HeaderClassName
{
color: #A997AC;
}
.AnyTagClassName
{
color: #A997AC;
}
</style>
background-color css
<style>
a { background-color: #A997AC; }
a { background-color: rgb(169,151,172); }
div.DivClassName
{
background-color: #A997AC;
}
.BgClassName
{
background-color: #A997AC;
}
</style>
border-color css
<style>
span { border-color: #A997AC; }
span { border-color: rgb(169,151,172); }
td.TdClassName
{
border-color: #A997AC;
}
.TagClassName
{
border-color: #A997AC;
}
</style>