Shades of London Hue #A87EA5
Tints of London Hue #A87EA5
RGB
CMYK
RGB Variations
Color information
#A87EA5 (or 0xA87EA5) is known color: London Hue. HEX triplet: A8, 7E and A5. RGB value is (168,126,165). Sum of RGB (Red+Green+Blue) = 168+126+165=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 168 - color contains mainly: red. Hex color #A87EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87EA5 is #57815A. Grayscale: #8E8E8E. Windows color (decimal): -5734747 or 10845864. OLE color: 10845864.
HSL color Cylindrical-coordinate representation of color #A87EA5: hue angle of 304.29º 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 #A87EA5 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 126 | 165 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.34 |
| HSL | 304.29º | 0.19% | 0.58% | - |
| HSV(B) | 304.29º | 0.25% | 0.66% | - |
| XYZ | 30.4 | 25.96 | 39.01 | - |
| YUV | 143 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 165 | 0 | 0.25 | 0.02 | 0.34 | 304.29 | 0.19 | 0.58 |
| Hex | A8 | 7E | A5 | 0 | 19 | 2 | 22 | 130 | 13 | 3A |
| Octal | 250 | 176 | 245 | 0 | 31 | 2 | 42 | 460 | 23 | 72 |
| Binary | 10101000 | 1111110 | 10100101 | 0 | 11001 | 10 | 100010 | 100110000 | 10011 | 111010 |
Color Harmonies of #A87EA5
Complementary color
Monochromatic Colors of #A87EA5
Black with #A87EA5
Text Example
Text Example
White with #A87EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87EA5; }
p { color: rgb(168,126,165); }
H1.HeaderClassName
{
color: #A87EA5;
}
.AnyTagClassName
{
color: #A87EA5;
}
</style>
background-color css
<style>
a { background-color: #A87EA5; }
a { background-color: rgb(168,126,165); }
div.DivClassName
{
background-color: #A87EA5;
}
.BgClassName
{
background-color: #A87EA5;
}
</style>
border-color css
<style>
span { border-color: #A87EA5; }
span { border-color: rgb(168,126,165); }
td.TdClassName
{
border-color: #A87EA5;
}
.TagClassName
{
border-color: #A87EA5;
}
</style>