Shades of London Hue #A87FA3
Tints of London Hue #A87FA3
RGB
CMYK
RGB Variations
Color information
#A87FA3 (or 0xA87FA3) is known color: London Hue. HEX triplet: A8, 7F and A3. RGB value is (168,127,163). Sum of RGB (Red+Green+Blue) = 168+127+163=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 168 - color contains mainly: red. Hex color #A87FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87FA3 is #57805C. Grayscale: #8F8F8F. Windows color (decimal): -5734493 or 10715048. OLE color: 10715048.
HSL color Cylindrical-coordinate representation of color #A87FA3: hue angle of 307.32º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A87FA3 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 163 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.34 |
| HSL | 307.32º | 0.19% | 0.58% | - |
| HSV(B) | 307.32º | 0.24% | 0.66% | - |
| XYZ | 30.35 | 26.15 | 38.1 | - |
| YUV | 143.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 163 | 0 | 0.24 | 0.03 | 0.34 | 307.32 | 0.19 | 0.58 |
| Hex | A8 | 7F | A3 | 0 | 18 | 3 | 22 | 133 | 13 | 3A |
| Octal | 250 | 177 | 243 | 0 | 30 | 3 | 42 | 463 | 23 | 72 |
| Binary | 10101000 | 1111111 | 10100011 | 0 | 11000 | 11 | 100010 | 100110011 | 10011 | 111010 |
Color Harmonies of #A87FA3
Complementary color
Monochromatic Colors of #A87FA3
Black with #A87FA3
Text Example
Text Example
White with #A87FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FA3; }
p { color: rgb(168,127,163); }
H1.HeaderClassName
{
color: #A87FA3;
}
.AnyTagClassName
{
color: #A87FA3;
}
</style>
background-color css
<style>
a { background-color: #A87FA3; }
a { background-color: rgb(168,127,163); }
div.DivClassName
{
background-color: #A87FA3;
}
.BgClassName
{
background-color: #A87FA3;
}
</style>
border-color css
<style>
span { border-color: #A87FA3; }
span { border-color: rgb(168,127,163); }
td.TdClassName
{
border-color: #A87FA3;
}
.TagClassName
{
border-color: #A87FA3;
}
</style>