Shades of London Hue #A889A9
Tints of London Hue #A889A9
RGB
CMYK
RGB Variations
Color information
#A889A9 (or 0xA889A9) is known color: London Hue. HEX triplet: A8, 89 and A9. RGB value is (168,137,169). Sum of RGB (Red+Green+Blue) = 168+137+169=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 169 - color contains mainly: blue. Hex color #A889A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A889A9 is #577656. Grayscale: #959595. Windows color (decimal): -5731927 or 11110824. OLE color: 11110824.
HSL color Cylindrical-coordinate representation of color #A889A9: hue angle of 298.12º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A889A9 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 137 | 169 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.34 |
| HSL | 298.13º | 0.16% | 0.6% | - |
| HSV(B) | 298.13º | 0.19% | 0.66% | - |
| XYZ | 32.26 | 29.08 | 41.45 | - |
| YUV | 149.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 169 | 0.01 | 0.19 | 0 | 0.34 | 298.13 | 0.16 | 0.6 |
| Hex | A8 | 89 | A9 | 1 | 13 | 0 | 22 | 12A | 10 | 3C |
| Octal | 250 | 211 | 251 | 1 | 23 | 0 | 42 | 452 | 20 | 74 |
| Binary | 10101000 | 10001001 | 10101001 | 1 | 10011 | 0 | 100010 | 100101010 | 10000 | 111100 |
Color Harmonies of #A889A9
Complementary color
Monochromatic Colors of #A889A9
Black with #A889A9
Text Example
Text Example
White with #A889A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A889A9; }
p { color: rgb(168,137,169); }
H1.HeaderClassName
{
color: #A889A9;
}
.AnyTagClassName
{
color: #A889A9;
}
</style>
background-color css
<style>
a { background-color: #A889A9; }
a { background-color: rgb(168,137,169); }
div.DivClassName
{
background-color: #A889A9;
}
.BgClassName
{
background-color: #A889A9;
}
</style>
border-color css
<style>
span { border-color: #A889A9; }
span { border-color: rgb(168,137,169); }
td.TdClassName
{
border-color: #A889A9;
}
.TagClassName
{
border-color: #A889A9;
}
</style>