Shades of London Hue #A88BA9
Tints of London Hue #A88BA9
RGB
CMYK
RGB Variations
Color information
#A88BA9 (or 0xA88BA9) is known color: London Hue. HEX triplet: A8, 8B and A9. RGB value is (168,139,169). Sum of RGB (Red+Green+Blue) = 168+139+169=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 169 - color contains mainly: blue. Hex color #A88BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88BA9 is #577456. Grayscale: #979797. Windows color (decimal): -5731415 or 11111336. OLE color: 11111336.
HSL color Cylindrical-coordinate representation of color #A88BA9: hue angle of 298º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A88BA9 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 139 | 169 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.34 |
| HSL | 298º | 0.15% | 0.6% | - |
| HSV(B) | 298º | 0.18% | 0.66% | - |
| XYZ | 32.54 | 29.65 | 41.54 | - |
| YUV | 151.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 169 | 0.01 | 0.18 | 0 | 0.34 | 298 | 0.15 | 0.6 |
| Hex | A8 | 8B | A9 | 1 | 12 | 0 | 22 | 12A | F | 3C |
| Octal | 250 | 213 | 251 | 1 | 22 | 0 | 42 | 452 | 17 | 74 |
| Binary | 10101000 | 10001011 | 10101001 | 1 | 10010 | 0 | 100010 | 100101010 | 1111 | 111100 |
Color Harmonies of #A88BA9
Complementary color
Monochromatic Colors of #A88BA9
Black with #A88BA9
Text Example
Text Example
White with #A88BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88BA9; }
p { color: rgb(168,139,169); }
H1.HeaderClassName
{
color: #A88BA9;
}
.AnyTagClassName
{
color: #A88BA9;
}
</style>
background-color css
<style>
a { background-color: #A88BA9; }
a { background-color: rgb(168,139,169); }
div.DivClassName
{
background-color: #A88BA9;
}
.BgClassName
{
background-color: #A88BA9;
}
</style>
border-color css
<style>
span { border-color: #A88BA9; }
span { border-color: rgb(168,139,169); }
td.TdClassName
{
border-color: #A88BA9;
}
.TagClassName
{
border-color: #A88BA9;
}
</style>