Shades of London Hue #A87FA9
Tints of London Hue #A87FA9
RGB
CMYK
RGB Variations
Color information
#A87FA9 (or 0xA87FA9) is known color: London Hue. HEX triplet: A8, 7F and A9. RGB value is (168,127,169). Sum of RGB (Red+Green+Blue) = 168+127+169=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 169 - color contains mainly: blue. Hex color #A87FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87FA9 is #578056. Grayscale: #8F8F8F. Windows color (decimal): -5734487 or 11108264. OLE color: 11108264.
HSL color Cylindrical-coordinate representation of color #A87FA9: hue angle of 298.57º degrees, saturation: 0.2, 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 #A87FA9 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 169 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.34 |
| HSL | 298.57º | 0.2% | 0.58% | - |
| HSV(B) | 298.57º | 0.25% | 0.66% | - |
| XYZ | 30.9 | 26.37 | 41 | - |
| YUV | 144.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 169 | 0.01 | 0.25 | 0 | 0.34 | 298.57 | 0.2 | 0.58 |
| Hex | A8 | 7F | A9 | 1 | 19 | 0 | 22 | 12B | 14 | 3A |
| Octal | 250 | 177 | 251 | 1 | 31 | 0 | 42 | 453 | 24 | 72 |
| Binary | 10101000 | 1111111 | 10101001 | 1 | 11001 | 0 | 100010 | 100101011 | 10100 | 111010 |
Color Harmonies of #A87FA9
Complementary color
Monochromatic Colors of #A87FA9
Black with #A87FA9
Text Example
Text Example
White with #A87FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FA9; }
p { color: rgb(168,127,169); }
H1.HeaderClassName
{
color: #A87FA9;
}
.AnyTagClassName
{
color: #A87FA9;
}
</style>
background-color css
<style>
a { background-color: #A87FA9; }
a { background-color: rgb(168,127,169); }
div.DivClassName
{
background-color: #A87FA9;
}
.BgClassName
{
background-color: #A87FA9;
}
</style>
border-color css
<style>
span { border-color: #A87FA9; }
span { border-color: rgb(168,127,169); }
td.TdClassName
{
border-color: #A87FA9;
}
.TagClassName
{
border-color: #A87FA9;
}
</style>