Shades of London Hue #A87AAB
Tints of London Hue #A87AAB
RGB
CMYK
RGB Variations
Color information
#A87AAB (or 0xA87AAB) is known color: London Hue. HEX triplet: A8, 7A and AB. RGB value is (168,122,171). Sum of RGB (Red+Green+Blue) = 168+122+171=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A87AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87AAB is #578554. Grayscale: #8D8D8D. Windows color (decimal): -5735765 or 11238056. OLE color: 11238056.
HSL color Cylindrical-coordinate representation of color #A87AAB: hue angle of 296.33º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87AAB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 122 | 171 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.33 |
| HSL | 296.33º | 0.23% | 0.57% | - |
| HSV(B) | 296.33º | 0.29% | 0.67% | - |
| XYZ | 30.46 | 25.18 | 41.78 | - |
| YUV | 141.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 171 | 0.02 | 0.29 | 0 | 0.33 | 296.33 | 0.23 | 0.57 |
| Hex | A8 | 7A | AB | 2 | 1D | 0 | 21 | 128 | 17 | 39 |
| Octal | 250 | 172 | 253 | 2 | 35 | 0 | 41 | 450 | 27 | 71 |
| Binary | 10101000 | 1111010 | 10101011 | 10 | 11101 | 0 | 100001 | 100101000 | 10111 | 111001 |
Color Harmonies of #A87AAB
Complementary color
Monochromatic Colors of #A87AAB
Black with #A87AAB
Text Example
Text Example
White with #A87AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AAB; }
p { color: rgb(168,122,171); }
H1.HeaderClassName
{
color: #A87AAB;
}
.AnyTagClassName
{
color: #A87AAB;
}
</style>
background-color css
<style>
a { background-color: #A87AAB; }
a { background-color: rgb(168,122,171); }
div.DivClassName
{
background-color: #A87AAB;
}
.BgClassName
{
background-color: #A87AAB;
}
</style>
border-color css
<style>
span { border-color: #A87AAB; }
span { border-color: rgb(168,122,171); }
td.TdClassName
{
border-color: #A87AAB;
}
.TagClassName
{
border-color: #A87AAB;
}
</style>