Shades of London Hue #A87BAD
Tints of London Hue #A87BAD
RGB
CMYK
RGB Variations
Color information
#A87BAD (or 0xA87BAD) is known color: London Hue. HEX triplet: A8, 7B and AD. RGB value is (168,123,173). Sum of RGB (Red+Green+Blue) = 168+123+173=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #A87BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87BAD is #578452. Grayscale: #8E8E8E. Windows color (decimal): -5735507 or 11369384. OLE color: 11369384.
HSL color Cylindrical-coordinate representation of color #A87BAD: hue angle of 294º degrees, saturation: 0.23, 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 #A87BAD is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 123 | 173 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.32 |
| HSL | 294º | 0.23% | 0.58% | - |
| HSV(B) | 294º | 0.29% | 0.68% | - |
| XYZ | 30.77 | 25.51 | 42.84 | - |
| YUV | 142.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 173 | 0.03 | 0.29 | 0 | 0.32 | 294 | 0.23 | 0.58 |
| Hex | A8 | 7B | AD | 3 | 1D | 0 | 20 | 126 | 17 | 3A |
| Octal | 250 | 173 | 255 | 3 | 35 | 0 | 40 | 446 | 27 | 72 |
| Binary | 10101000 | 1111011 | 10101101 | 11 | 11101 | 0 | 100000 | 100100110 | 10111 | 111010 |
Color Harmonies of #A87BAD
Complementary color
Monochromatic Colors of #A87BAD
Black with #A87BAD
Text Example
Text Example
White with #A87BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BAD; }
p { color: rgb(168,123,173); }
H1.HeaderClassName
{
color: #A87BAD;
}
.AnyTagClassName
{
color: #A87BAD;
}
</style>
background-color css
<style>
a { background-color: #A87BAD; }
a { background-color: rgb(168,123,173); }
div.DivClassName
{
background-color: #A87BAD;
}
.BgClassName
{
background-color: #A87BAD;
}
</style>
border-color css
<style>
span { border-color: #A87BAD; }
span { border-color: rgb(168,123,173); }
td.TdClassName
{
border-color: #A87BAD;
}
.TagClassName
{
border-color: #A87BAD;
}
</style>