Shades of London Hue #A686AB
Tints of London Hue #A686AB
RGB
CMYK
RGB Variations
Color information
#A686AB (or 0xA686AB) is known color: London Hue. HEX triplet: A6, 86 and AB. RGB value is (166,134,171). Sum of RGB (Red+Green+Blue) = 166+134+171=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #A686AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A686AB is #597954. Grayscale: #939393. Windows color (decimal): -5863765 or 11241126. OLE color: 11241126.
HSL color Cylindrical-coordinate representation of color #A686AB: hue angle of 291.89º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A686AB is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 134 | 171 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.33 |
| HSL | 291.89º | 0.18% | 0.6% | - |
| HSV(B) | 291.89º | 0.22% | 0.67% | - |
| XYZ | 31.6 | 28.1 | 42.29 | - |
| YUV | 147.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 171 | 0.03 | 0.22 | 0 | 0.33 | 291.89 | 0.18 | 0.6 |
| Hex | A6 | 86 | AB | 3 | 16 | 0 | 21 | 124 | 12 | 3C |
| Octal | 246 | 206 | 253 | 3 | 26 | 0 | 41 | 444 | 22 | 74 |
| Binary | 10100110 | 10000110 | 10101011 | 11 | 10110 | 0 | 100001 | 100100100 | 10010 | 111100 |
Color Harmonies of #A686AB
Complementary color
Monochromatic Colors of #A686AB
Black with #A686AB
Text Example
Text Example
White with #A686AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686AB; }
p { color: rgb(166,134,171); }
H1.HeaderClassName
{
color: #A686AB;
}
.AnyTagClassName
{
color: #A686AB;
}
</style>
background-color css
<style>
a { background-color: #A686AB; }
a { background-color: rgb(166,134,171); }
div.DivClassName
{
background-color: #A686AB;
}
.BgClassName
{
background-color: #A686AB;
}
</style>
border-color css
<style>
span { border-color: #A686AB; }
span { border-color: rgb(166,134,171); }
td.TdClassName
{
border-color: #A686AB;
}
.TagClassName
{
border-color: #A686AB;
}
</style>