Shades of London Hue #A685AA
Tints of London Hue #A685AA
RGB
CMYK
RGB Variations
Color information
#A685AA (or 0xA685AA) is known color: London Hue. HEX triplet: A6, 85 and AA. RGB value is (166,133,170). Sum of RGB (Red+Green+Blue) = 166+133+170=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #A685AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A685AA is #597A55. Grayscale: #929292. Windows color (decimal): -5864022 or 11175334. OLE color: 11175334.
HSL color Cylindrical-coordinate representation of color #A685AA: hue angle of 293.51º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A685AA is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 133 | 170 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.33 |
| HSL | 293.51º | 0.18% | 0.59% | - |
| HSV(B) | 293.51º | 0.22% | 0.67% | - |
| XYZ | 31.37 | 27.78 | 41.74 | - |
| YUV | 147.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 170 | 0.02 | 0.22 | 0 | 0.33 | 293.51 | 0.18 | 0.59 |
| Hex | A6 | 85 | AA | 2 | 16 | 0 | 21 | 126 | 12 | 3B |
| Octal | 246 | 205 | 252 | 2 | 26 | 0 | 41 | 446 | 22 | 73 |
| Binary | 10100110 | 10000101 | 10101010 | 10 | 10110 | 0 | 100001 | 100100110 | 10010 | 111011 |
Color Harmonies of #A685AA
Complementary color
Monochromatic Colors of #A685AA
Black with #A685AA
Text Example
Text Example
White with #A685AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685AA; }
p { color: rgb(166,133,170); }
H1.HeaderClassName
{
color: #A685AA;
}
.AnyTagClassName
{
color: #A685AA;
}
</style>
background-color css
<style>
a { background-color: #A685AA; }
a { background-color: rgb(166,133,170); }
div.DivClassName
{
background-color: #A685AA;
}
.BgClassName
{
background-color: #A685AA;
}
</style>
border-color css
<style>
span { border-color: #A685AA; }
span { border-color: rgb(166,133,170); }
td.TdClassName
{
border-color: #A685AA;
}
.TagClassName
{
border-color: #A685AA;
}
</style>