Shades of London Hue #A888A9
Tints of London Hue #A888A9
RGB
CMYK
RGB Variations
Color information
#A888A9 (or 0xA888A9) is known color: London Hue. HEX triplet: A8, 88 and A9. RGB value is (168,136,169). Sum of RGB (Red+Green+Blue) = 168+136+169=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 169 - color contains mainly: blue. Hex color #A888A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A888A9 is #577756. Grayscale: #959595. Windows color (decimal): -5732183 or 11110568. OLE color: 11110568.
HSL color Cylindrical-coordinate representation of color #A888A9: hue angle of 298.18º 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 #A888A9 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 169 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.34 |
| HSL | 298.18º | 0.16% | 0.6% | - |
| HSV(B) | 298.18º | 0.2% | 0.66% | - |
| XYZ | 32.11 | 28.8 | 41.4 | - |
| YUV | 149.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 169 | 0.01 | 0.20 | 0 | 0.34 | 298.18 | 0.16 | 0.6 |
| Hex | A8 | 88 | A9 | 1 | 14 | 0 | 22 | 12A | 10 | 3C |
| Octal | 250 | 210 | 251 | 1 | 24 | 0 | 42 | 452 | 20 | 74 |
| Binary | 10101000 | 10001000 | 10101001 | 1 | 10100 | 0 | 100010 | 100101010 | 10000 | 111100 |
Color Harmonies of #A888A9
Complementary color
Monochromatic Colors of #A888A9
Black with #A888A9
Text Example
Text Example
White with #A888A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888A9; }
p { color: rgb(168,136,169); }
H1.HeaderClassName
{
color: #A888A9;
}
.AnyTagClassName
{
color: #A888A9;
}
</style>
background-color css
<style>
a { background-color: #A888A9; }
a { background-color: rgb(168,136,169); }
div.DivClassName
{
background-color: #A888A9;
}
.BgClassName
{
background-color: #A888A9;
}
</style>
border-color css
<style>
span { border-color: #A888A9; }
span { border-color: rgb(168,136,169); }
td.TdClassName
{
border-color: #A888A9;
}
.TagClassName
{
border-color: #A888A9;
}
</style>