Shades of London Hue #A687AA
Tints of London Hue #A687AA
RGB
CMYK
RGB Variations
Color information
#A687AA (or 0xA687AA) is known color: London Hue. HEX triplet: A6, 87 and AA. RGB value is (166,135,170). Sum of RGB (Red+Green+Blue) = 166+135+170=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #A687AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A687AA is #597855. Grayscale: #949494. Windows color (decimal): -5863510 or 11175846. OLE color: 11175846.
HSL color Cylindrical-coordinate representation of color #A687AA: hue angle of 293.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A687AA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 135 | 170 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.33 |
| HSL | 293.14º | 0.17% | 0.6% | - |
| HSV(B) | 293.14º | 0.21% | 0.67% | - |
| XYZ | 31.65 | 28.34 | 41.83 | - |
| YUV | 148.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 170 | 0.02 | 0.21 | 0 | 0.33 | 293.14 | 0.17 | 0.6 |
| Hex | A6 | 87 | AA | 2 | 15 | 0 | 21 | 125 | 11 | 3C |
| Octal | 246 | 207 | 252 | 2 | 25 | 0 | 41 | 445 | 21 | 74 |
| Binary | 10100110 | 10000111 | 10101010 | 10 | 10101 | 0 | 100001 | 100100101 | 10001 | 111100 |
Color Harmonies of #A687AA
Complementary color
Monochromatic Colors of #A687AA
Black with #A687AA
Text Example
Text Example
White with #A687AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A687AA; }
p { color: rgb(166,135,170); }
H1.HeaderClassName
{
color: #A687AA;
}
.AnyTagClassName
{
color: #A687AA;
}
</style>
background-color css
<style>
a { background-color: #A687AA; }
a { background-color: rgb(166,135,170); }
div.DivClassName
{
background-color: #A687AA;
}
.BgClassName
{
background-color: #A687AA;
}
</style>
border-color css
<style>
span { border-color: #A687AA; }
span { border-color: rgb(166,135,170); }
td.TdClassName
{
border-color: #A687AA;
}
.TagClassName
{
border-color: #A687AA;
}
</style>