Shades of London Hue #A87CAC
Tints of London Hue #A87CAC
RGB
CMYK
RGB Variations
Color information
#A87CAC (or 0xA87CAC) is known color: London Hue. HEX triplet: A8, 7C and AC. RGB value is (168,124,172). Sum of RGB (Red+Green+Blue) = 168+124+172=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #A87CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87CAC is #578353. Grayscale: #8E8E8E. Windows color (decimal): -5735252 or 11304104. OLE color: 11304104.
HSL color Cylindrical-coordinate representation of color #A87CAC: hue angle of 295º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A87CAC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 124 | 172 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.33 |
| HSL | 295º | 0.22% | 0.58% | - |
| HSV(B) | 295º | 0.28% | 0.67% | - |
| XYZ | 30.8 | 25.72 | 42.37 | - |
| YUV | 142.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 172 | 0.02 | 0.28 | 0 | 0.33 | 295 | 0.22 | 0.58 |
| Hex | A8 | 7C | AC | 2 | 1C | 0 | 21 | 127 | 16 | 3A |
| Octal | 250 | 174 | 254 | 2 | 34 | 0 | 41 | 447 | 26 | 72 |
| Binary | 10101000 | 1111100 | 10101100 | 10 | 11100 | 0 | 100001 | 100100111 | 10110 | 111010 |
Color Harmonies of #A87CAC
Complementary color
Monochromatic Colors of #A87CAC
Black with #A87CAC
Text Example
Text Example
White with #A87CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87CAC; }
p { color: rgb(168,124,172); }
H1.HeaderClassName
{
color: #A87CAC;
}
.AnyTagClassName
{
color: #A87CAC;
}
</style>
background-color css
<style>
a { background-color: #A87CAC; }
a { background-color: rgb(168,124,172); }
div.DivClassName
{
background-color: #A87CAC;
}
.BgClassName
{
background-color: #A87CAC;
}
</style>
border-color css
<style>
span { border-color: #A87CAC; }
span { border-color: rgb(168,124,172); }
td.TdClassName
{
border-color: #A87CAC;
}
.TagClassName
{
border-color: #A87CAC;
}
</style>