Shades of London Hue #A87BAA
Tints of London Hue #A87BAA
RGB
CMYK
RGB Variations
Color information
#A87BAA (or 0xA87BAA) is known color: London Hue. HEX triplet: A8, 7B and AA. RGB value is (168,123,170). Sum of RGB (Red+Green+Blue) = 168+123+170=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #A87BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87BAA is #578455. Grayscale: #8D8D8D. Windows color (decimal): -5735510 or 11172776. OLE color: 11172776.
HSL color Cylindrical-coordinate representation of color #A87BAA: hue angle of 297.45º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A87BAA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 123 | 170 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.33 |
| HSL | 297.45º | 0.22% | 0.57% | - |
| HSV(B) | 297.45º | 0.28% | 0.67% | - |
| XYZ | 30.49 | 25.39 | 41.32 | - |
| YUV | 141.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 170 | 0.01 | 0.28 | 0 | 0.33 | 297.45 | 0.22 | 0.57 |
| Hex | A8 | 7B | AA | 1 | 1C | 0 | 21 | 129 | 16 | 39 |
| Octal | 250 | 173 | 252 | 1 | 34 | 0 | 41 | 451 | 26 | 71 |
| Binary | 10101000 | 1111011 | 10101010 | 1 | 11100 | 0 | 100001 | 100101001 | 10110 | 111001 |
Color Harmonies of #A87BAA
Complementary color
Monochromatic Colors of #A87BAA
Black with #A87BAA
Text Example
Text Example
White with #A87BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BAA; }
p { color: rgb(168,123,170); }
H1.HeaderClassName
{
color: #A87BAA;
}
.AnyTagClassName
{
color: #A87BAA;
}
</style>
background-color css
<style>
a { background-color: #A87BAA; }
a { background-color: rgb(168,123,170); }
div.DivClassName
{
background-color: #A87BAA;
}
.BgClassName
{
background-color: #A87BAA;
}
</style>
border-color css
<style>
span { border-color: #A87BAA; }
span { border-color: rgb(168,123,170); }
td.TdClassName
{
border-color: #A87BAA;
}
.TagClassName
{
border-color: #A87BAA;
}
</style>