Shades of London Hue #A988AA
Tints of London Hue #A988AA
RGB
CMYK
RGB Variations
Color information
#A988AA (or 0xA988AA) is known color: London Hue. HEX triplet: A9, 88 and AA. RGB value is (169,136,170). Sum of RGB (Red+Green+Blue) = 169+136+170=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #A988AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A988AA is #567755. Grayscale: #959595. Windows color (decimal): -5666646 or 11176105. OLE color: 11176105.
HSL color Cylindrical-coordinate representation of color #A988AA: hue angle of 298.24º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A988AA is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 136 | 170 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.33 |
| HSL | 298.24º | 0.17% | 0.6% | - |
| HSV(B) | 298.24º | 0.2% | 0.67% | - |
| XYZ | 32.42 | 28.95 | 41.91 | - |
| YUV | 149.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 170 | 0.01 | 0.20 | 0 | 0.33 | 298.24 | 0.17 | 0.6 |
| Hex | A9 | 88 | AA | 1 | 14 | 0 | 21 | 12A | 11 | 3C |
| Octal | 251 | 210 | 252 | 1 | 24 | 0 | 41 | 452 | 21 | 74 |
| Binary | 10101001 | 10001000 | 10101010 | 1 | 10100 | 0 | 100001 | 100101010 | 10001 | 111100 |
Color Harmonies of #A988AA
Complementary color
Monochromatic Colors of #A988AA
Black with #A988AA
Text Example
Text Example
White with #A988AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A988AA; }
p { color: rgb(169,136,170); }
H1.HeaderClassName
{
color: #A988AA;
}
.AnyTagClassName
{
color: #A988AA;
}
</style>
background-color css
<style>
a { background-color: #A988AA; }
a { background-color: rgb(169,136,170); }
div.DivClassName
{
background-color: #A988AA;
}
.BgClassName
{
background-color: #A988AA;
}
</style>
border-color css
<style>
span { border-color: #A988AA; }
span { border-color: rgb(169,136,170); }
td.TdClassName
{
border-color: #A988AA;
}
.TagClassName
{
border-color: #A988AA;
}
</style>