Shades of London Hue #A87CAA
Tints of London Hue #A87CAA
RGB
CMYK
RGB Variations
Color information
#A87CAA (or 0xA87CAA) is known color: London Hue. HEX triplet: A8, 7C and AA. RGB value is (168,124,170). Sum of RGB (Red+Green+Blue) = 168+124+170=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #A87CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87CAA is #578355. Grayscale: #8E8E8E. Windows color (decimal): -5735254 or 11173032. OLE color: 11173032.
HSL color Cylindrical-coordinate representation of color #A87CAA: hue angle of 297.39º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A87CAA is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 124 | 170 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.33 |
| HSL | 297.39º | 0.21% | 0.58% | - |
| HSV(B) | 297.39º | 0.27% | 0.67% | - |
| XYZ | 30.61 | 25.64 | 41.37 | - |
| YUV | 142.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 170 | 0.01 | 0.27 | 0 | 0.33 | 297.39 | 0.21 | 0.58 |
| Hex | A8 | 7C | AA | 1 | 1B | 0 | 21 | 129 | 15 | 3A |
| Octal | 250 | 174 | 252 | 1 | 33 | 0 | 41 | 451 | 25 | 72 |
| Binary | 10101000 | 1111100 | 10101010 | 1 | 11011 | 0 | 100001 | 100101001 | 10101 | 111010 |
Color Harmonies of #A87CAA
Complementary color
Monochromatic Colors of #A87CAA
Black with #A87CAA
Text Example
Text Example
White with #A87CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87CAA; }
p { color: rgb(168,124,170); }
H1.HeaderClassName
{
color: #A87CAA;
}
.AnyTagClassName
{
color: #A87CAA;
}
</style>
background-color css
<style>
a { background-color: #A87CAA; }
a { background-color: rgb(168,124,170); }
div.DivClassName
{
background-color: #A87CAA;
}
.BgClassName
{
background-color: #A87CAA;
}
</style>
border-color css
<style>
span { border-color: #A87CAA; }
span { border-color: rgb(168,124,170); }
td.TdClassName
{
border-color: #A87CAA;
}
.TagClassName
{
border-color: #A87CAA;
}
</style>