Shades of London Hue #A87EA8
Tints of London Hue #A87EA8
RGB
CMYK
RGB Variations
Color information
#A87EA8 (or 0xA87EA8) is known color: London Hue. HEX triplet: A8, 7E and A8. RGB value is (168,126,168). Sum of RGB (Red+Green+Blue) = 168+126+168=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 168 - color contains mainly: red, blue. Hex color #A87EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87EA8 is #578157. Grayscale: #8F8F8F. Windows color (decimal): -5734744 or 11042472. OLE color: 11042472.
HSL color Cylindrical-coordinate representation of color #A87EA8: hue angle of 300º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A87EA8 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 126 | 168 | - |
| CMYK | 0 | 0.25 | 0 | 0.34 |
| HSL | 300º | 0.19% | 0.58% | - |
| HSV(B) | 300º | 0.25% | 0.66% | - |
| XYZ | 30.68 | 26.07 | 40.46 | - |
| YUV | 143.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 168 | 0 | 0.25 | 0 | 0.34 | 300 | 0.19 | 0.58 |
| Hex | A8 | 7E | A8 | 0 | 19 | 0 | 22 | 12C | 13 | 3A |
| Octal | 250 | 176 | 250 | 0 | 31 | 0 | 42 | 454 | 23 | 72 |
| Binary | 10101000 | 1111110 | 10101000 | 0 | 11001 | 0 | 100010 | 100101100 | 10011 | 111010 |
Color Harmonies of #A87EA8
Complementary color
Monochromatic Colors of #A87EA8
Black with #A87EA8
Text Example
Text Example
White with #A87EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87EA8; }
p { color: rgb(168,126,168); }
H1.HeaderClassName
{
color: #A87EA8;
}
.AnyTagClassName
{
color: #A87EA8;
}
</style>
background-color css
<style>
a { background-color: #A87EA8; }
a { background-color: rgb(168,126,168); }
div.DivClassName
{
background-color: #A87EA8;
}
.BgClassName
{
background-color: #A87EA8;
}
</style>
border-color css
<style>
span { border-color: #A87EA8; }
span { border-color: rgb(168,126,168); }
td.TdClassName
{
border-color: #A87EA8;
}
.TagClassName
{
border-color: #A87EA8;
}
</style>