Shades of London Hue #A888AB
Tints of London Hue #A888AB
RGB
CMYK
RGB Variations
Color information
#A888AB (or 0xA888AB) is known color: London Hue. HEX triplet: A8, 88 and AB. RGB value is (168,136,171). Sum of RGB (Red+Green+Blue) = 168+136+171=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #A888AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A888AB is #577754. Grayscale: #959595. Windows color (decimal): -5732181 or 11241640. OLE color: 11241640.
HSL color Cylindrical-coordinate representation of color #A888AB: hue angle of 294.86º 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 #A888AB is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 136 | 171 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.33 |
| HSL | 294.86º | 0.17% | 0.6% | - |
| HSV(B) | 294.86º | 0.2% | 0.67% | - |
| XYZ | 32.3 | 28.87 | 42.4 | - |
| YUV | 149.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 171 | 0.02 | 0.20 | 0 | 0.33 | 294.86 | 0.17 | 0.6 |
| Hex | A8 | 88 | AB | 2 | 14 | 0 | 21 | 127 | 11 | 3C |
| Octal | 250 | 210 | 253 | 2 | 24 | 0 | 41 | 447 | 21 | 74 |
| Binary | 10101000 | 10001000 | 10101011 | 10 | 10100 | 0 | 100001 | 100100111 | 10001 | 111100 |
Color Harmonies of #A888AB
Complementary color
Monochromatic Colors of #A888AB
Black with #A888AB
Text Example
Text Example
White with #A888AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888AB; }
p { color: rgb(168,136,171); }
H1.HeaderClassName
{
color: #A888AB;
}
.AnyTagClassName
{
color: #A888AB;
}
</style>
background-color css
<style>
a { background-color: #A888AB; }
a { background-color: rgb(168,136,171); }
div.DivClassName
{
background-color: #A888AB;
}
.BgClassName
{
background-color: #A888AB;
}
</style>
border-color css
<style>
span { border-color: #A888AB; }
span { border-color: rgb(168,136,171); }
td.TdClassName
{
border-color: #A888AB;
}
.TagClassName
{
border-color: #A888AB;
}
</style>