Shades of London Hue #A689AA
Tints of London Hue #A689AA
RGB
CMYK
RGB Variations
Color information
#A689AA (or 0xA689AA) is known color: London Hue. HEX triplet: A6, 89 and AA. RGB value is (166,137,170). Sum of RGB (Red+Green+Blue) = 166+137+170=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #A689AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A689AA is #597655. Grayscale: #959595. Windows color (decimal): -5862998 or 11176358. OLE color: 11176358.
HSL color Cylindrical-coordinate representation of color #A689AA: hue angle of 292.73º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A689AA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 137 | 170 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.33 |
| HSL | 292.73º | 0.16% | 0.6% | - |
| HSV(B) | 292.73º | 0.19% | 0.67% | - |
| XYZ | 31.93 | 28.9 | 41.93 | - |
| YUV | 149.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 170 | 0.02 | 0.19 | 0 | 0.33 | 292.73 | 0.16 | 0.6 |
| Hex | A6 | 89 | AA | 2 | 13 | 0 | 21 | 125 | 10 | 3C |
| Octal | 246 | 211 | 252 | 2 | 23 | 0 | 41 | 445 | 20 | 74 |
| Binary | 10100110 | 10001001 | 10101010 | 10 | 10011 | 0 | 100001 | 100100101 | 10000 | 111100 |
Color Harmonies of #A689AA
Complementary color
Monochromatic Colors of #A689AA
Black with #A689AA
Text Example
Text Example
White with #A689AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689AA; }
p { color: rgb(166,137,170); }
H1.HeaderClassName
{
color: #A689AA;
}
.AnyTagClassName
{
color: #A689AA;
}
</style>
background-color css
<style>
a { background-color: #A689AA; }
a { background-color: rgb(166,137,170); }
div.DivClassName
{
background-color: #A689AA;
}
.BgClassName
{
background-color: #A689AA;
}
</style>
border-color css
<style>
span { border-color: #A689AA; }
span { border-color: rgb(166,137,170); }
td.TdClassName
{
border-color: #A689AA;
}
.TagClassName
{
border-color: #A689AA;
}
</style>