Shades of London Hue #A87FAA
Tints of London Hue #A87FAA
RGB
CMYK
RGB Variations
Color information
#A87FAA (or 0xA87FAA) is known color: London Hue. HEX triplet: A8, 7F and AA. RGB value is (168,127,170). Sum of RGB (Red+Green+Blue) = 168+127+170=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #A87FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87FAA is #578055. Grayscale: #909090. Windows color (decimal): -5734486 or 11173800. OLE color: 11173800.
HSL color Cylindrical-coordinate representation of color #A87FAA: hue angle of 297.21º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A87FAA is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 127 | 170 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.33 |
| HSL | 297.21º | 0.2% | 0.58% | - |
| HSV(B) | 297.21º | 0.25% | 0.67% | - |
| XYZ | 30.99 | 26.41 | 41.49 | - |
| YUV | 144.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 170 | 0.01 | 0.25 | 0 | 0.33 | 297.21 | 0.2 | 0.58 |
| Hex | A8 | 7F | AA | 1 | 19 | 0 | 21 | 129 | 14 | 3A |
| Octal | 250 | 177 | 252 | 1 | 31 | 0 | 41 | 451 | 24 | 72 |
| Binary | 10101000 | 1111111 | 10101010 | 1 | 11001 | 0 | 100001 | 100101001 | 10100 | 111010 |
Color Harmonies of #A87FAA
Complementary color
Monochromatic Colors of #A87FAA
Black with #A87FAA
Text Example
Text Example
White with #A87FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FAA; }
p { color: rgb(168,127,170); }
H1.HeaderClassName
{
color: #A87FAA;
}
.AnyTagClassName
{
color: #A87FAA;
}
</style>
background-color css
<style>
a { background-color: #A87FAA; }
a { background-color: rgb(168,127,170); }
div.DivClassName
{
background-color: #A87FAA;
}
.BgClassName
{
background-color: #A87FAA;
}
</style>
border-color css
<style>
span { border-color: #A87FAA; }
span { border-color: rgb(168,127,170); }
td.TdClassName
{
border-color: #A87FAA;
}
.TagClassName
{
border-color: #A87FAA;
}
</style>