Shades of London Hue #A998AC
Tints of London Hue #A998AC
RGB
CMYK
RGB Variations
Color information
#A998AC (or 0xA998AC) is known color: London Hue. HEX triplet: A9, 98 and AC. RGB value is (169,152,172). Sum of RGB (Red+Green+Blue) = 169+152+172=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: blue. Hex color #A998AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998AC is #566753. Grayscale: #9F9F9F. Windows color (decimal): -5662548 or 11311273. OLE color: 11311273.
HSL color Cylindrical-coordinate representation of color #A998AC: hue angle of 291º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A998AC is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 152 | 172 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.33 |
| HSL | 291º | 0.11% | 0.64% | - |
| HSV(B) | 291º | 0.12% | 0.67% | - |
| XYZ | 35.04 | 33.87 | 43.72 | - |
| YUV | 159.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 172 | 0.02 | 0.12 | 0 | 0.33 | 291 | 0.11 | 0.64 |
| Hex | A9 | 98 | AC | 2 | C | 0 | 21 | 123 | B | 40 |
| Octal | 251 | 230 | 254 | 2 | 14 | 0 | 41 | 443 | 13 | 100 |
| Binary | 10101001 | 10011000 | 10101100 | 10 | 1100 | 0 | 100001 | 100100011 | 1011 | 1000000 |
Color Harmonies of #A998AC
Complementary color
Monochromatic Colors of #A998AC
Black with #A998AC
Text Example
Text Example
White with #A998AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998AC; }
p { color: rgb(169,152,172); }
H1.HeaderClassName
{
color: #A998AC;
}
.AnyTagClassName
{
color: #A998AC;
}
</style>
background-color css
<style>
a { background-color: #A998AC; }
a { background-color: rgb(169,152,172); }
div.DivClassName
{
background-color: #A998AC;
}
.BgClassName
{
background-color: #A998AC;
}
</style>
border-color css
<style>
span { border-color: #A998AC; }
span { border-color: rgb(169,152,172); }
td.TdClassName
{
border-color: #A998AC;
}
.TagClassName
{
border-color: #A998AC;
}
</style>