Shades of London Hue #A87DAB
Tints of London Hue #A87DAB
RGB
CMYK
RGB Variations
Color information
#A87DAB (or 0xA87DAB) is known color: London Hue. HEX triplet: A8, 7D and AB. RGB value is (168,125,171). Sum of RGB (Red+Green+Blue) = 168+125+171=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A87DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87DAB is #578254. Grayscale: #8E8E8E. Windows color (decimal): -5734997 or 11238824. OLE color: 11238824.
HSL color Cylindrical-coordinate representation of color #A87DAB: hue angle of 296.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A87DAB is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 125 | 171 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.33 |
| HSL | 296.09º | 0.21% | 0.58% | - |
| HSV(B) | 296.09º | 0.27% | 0.67% | - |
| XYZ | 30.83 | 25.93 | 41.91 | - |
| YUV | 143.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 171 | 0.02 | 0.27 | 0 | 0.33 | 296.09 | 0.21 | 0.58 |
| Hex | A8 | 7D | AB | 2 | 1B | 0 | 21 | 128 | 15 | 3A |
| Octal | 250 | 175 | 253 | 2 | 33 | 0 | 41 | 450 | 25 | 72 |
| Binary | 10101000 | 1111101 | 10101011 | 10 | 11011 | 0 | 100001 | 100101000 | 10101 | 111010 |
Color Harmonies of #A87DAB
Complementary color
Monochromatic Colors of #A87DAB
Black with #A87DAB
Text Example
Text Example
White with #A87DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87DAB; }
p { color: rgb(168,125,171); }
H1.HeaderClassName
{
color: #A87DAB;
}
.AnyTagClassName
{
color: #A87DAB;
}
</style>
background-color css
<style>
a { background-color: #A87DAB; }
a { background-color: rgb(168,125,171); }
div.DivClassName
{
background-color: #A87DAB;
}
.BgClassName
{
background-color: #A87DAB;
}
</style>
border-color css
<style>
span { border-color: #A87DAB; }
span { border-color: rgb(168,125,171); }
td.TdClassName
{
border-color: #A87DAB;
}
.TagClassName
{
border-color: #A87DAB;
}
</style>