Shades of London Hue #A87AAD
Tints of London Hue #A87AAD
RGB
CMYK
RGB Variations
Color information
#A87AAD (or 0xA87AAD) is known color: London Hue. HEX triplet: A8, 7A and AD. RGB value is (168,122,173). Sum of RGB (Red+Green+Blue) = 168+122+173=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #A87AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87AAD is #578552. Grayscale: #8D8D8D. Windows color (decimal): -5735763 or 11369128. OLE color: 11369128.
HSL color Cylindrical-coordinate representation of color #A87AAD: hue angle of 294.12º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87AAD is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 122 | 173 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.32 |
| HSL | 294.12º | 0.24% | 0.58% | - |
| HSV(B) | 294.12º | 0.29% | 0.68% | - |
| XYZ | 30.65 | 25.26 | 42.8 | - |
| YUV | 141.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 173 | 0.03 | 0.29 | 0 | 0.32 | 294.12 | 0.24 | 0.58 |
| Hex | A8 | 7A | AD | 3 | 1D | 0 | 20 | 126 | 18 | 3A |
| Octal | 250 | 172 | 255 | 3 | 35 | 0 | 40 | 446 | 30 | 72 |
| Binary | 10101000 | 1111010 | 10101101 | 11 | 11101 | 0 | 100000 | 100100110 | 11000 | 111010 |
Color Harmonies of #A87AAD
Complementary color
Monochromatic Colors of #A87AAD
Black with #A87AAD
Text Example
Text Example
White with #A87AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AAD; }
p { color: rgb(168,122,173); }
H1.HeaderClassName
{
color: #A87AAD;
}
.AnyTagClassName
{
color: #A87AAD;
}
</style>
background-color css
<style>
a { background-color: #A87AAD; }
a { background-color: rgb(168,122,173); }
div.DivClassName
{
background-color: #A87AAD;
}
.BgClassName
{
background-color: #A87AAD;
}
</style>
border-color css
<style>
span { border-color: #A87AAD; }
span { border-color: rgb(168,122,173); }
td.TdClassName
{
border-color: #A87AAD;
}
.TagClassName
{
border-color: #A87AAD;
}
</style>