Shades of London Hue #A988A9
Tints of London Hue #A988A9
RGB
CMYK
RGB Variations
Color information
#A988A9 (or 0xA988A9) is known color: London Hue. HEX triplet: A9, 88 and A9. RGB value is (169,136,169). Sum of RGB (Red+Green+Blue) = 169+136+169=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A988A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A988A9 is #567756. Grayscale: #959595. Windows color (decimal): -5666647 or 11110569. OLE color: 11110569.
HSL color Cylindrical-coordinate representation of color #A988A9: hue angle of 300º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A988A9 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 136 | 169 | - |
| CMYK | 0 | 0.20 | 0 | 0.34 |
| HSL | 300º | 0.16% | 0.6% | - |
| HSV(B) | 300º | 0.2% | 0.66% | - |
| XYZ | 32.33 | 28.91 | 41.41 | - |
| YUV | 149.63 | 138.93 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 169 | 0 | 0.20 | 0 | 0.34 | 300 | 0.16 | 0.6 |
| Hex | A9 | 88 | A9 | 0 | 14 | 0 | 22 | 12C | 10 | 3C |
| Octal | 251 | 210 | 251 | 0 | 24 | 0 | 42 | 454 | 20 | 74 |
| Binary | 10101001 | 10001000 | 10101001 | 0 | 10100 | 0 | 100010 | 100101100 | 10000 | 111100 |
Color Harmonies of #A988A9
Complementary color
Monochromatic Colors of #A988A9
Black with #A988A9
Text Example
Text Example
White with #A988A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A988A9; }
p { color: rgb(169,136,169); }
H1.HeaderClassName
{
color: #A988A9;
}
.AnyTagClassName
{
color: #A988A9;
}
</style>
background-color css
<style>
a { background-color: #A988A9; }
a { background-color: rgb(169,136,169); }
div.DivClassName
{
background-color: #A988A9;
}
.BgClassName
{
background-color: #A988A9;
}
</style>
border-color css
<style>
span { border-color: #A988A9; }
span { border-color: rgb(169,136,169); }
td.TdClassName
{
border-color: #A988A9;
}
.TagClassName
{
border-color: #A988A9;
}
</style>