Shades of London Hue #A87FAC
Tints of London Hue #A87FAC
RGB
CMYK
RGB Variations
Color information
#A87FAC (or 0xA87FAC) is known color: London Hue. HEX triplet: A8, 7F and AC. RGB value is (168,127,172). Sum of RGB (Red+Green+Blue) = 168+127+172=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #A87FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87FAC is #578053. Grayscale: #909090. Windows color (decimal): -5734484 or 11304872. OLE color: 11304872.
HSL color Cylindrical-coordinate representation of color #A87FAC: hue angle of 294.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87FAC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 127 | 172 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.33 |
| HSL | 294.67º | 0.21% | 0.59% | - |
| HSV(B) | 294.67º | 0.26% | 0.67% | - |
| XYZ | 31.18 | 26.48 | 42.5 | - |
| YUV | 144.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 172 | 0.02 | 0.26 | 0 | 0.33 | 294.67 | 0.21 | 0.59 |
| Hex | A8 | 7F | AC | 2 | 1A | 0 | 21 | 127 | 15 | 3B |
| Octal | 250 | 177 | 254 | 2 | 32 | 0 | 41 | 447 | 25 | 73 |
| Binary | 10101000 | 1111111 | 10101100 | 10 | 11010 | 0 | 100001 | 100100111 | 10101 | 111011 |
Color Harmonies of #A87FAC
Complementary color
Monochromatic Colors of #A87FAC
Black with #A87FAC
Text Example
Text Example
White with #A87FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FAC; }
p { color: rgb(168,127,172); }
H1.HeaderClassName
{
color: #A87FAC;
}
.AnyTagClassName
{
color: #A87FAC;
}
</style>
background-color css
<style>
a { background-color: #A87FAC; }
a { background-color: rgb(168,127,172); }
div.DivClassName
{
background-color: #A87FAC;
}
.BgClassName
{
background-color: #A87FAC;
}
</style>
border-color css
<style>
span { border-color: #A87FAC; }
span { border-color: rgb(168,127,172); }
td.TdClassName
{
border-color: #A87FAC;
}
.TagClassName
{
border-color: #A87FAC;
}
</style>