Shades of London Hue #A682AA
Tints of London Hue #A682AA
RGB
CMYK
RGB Variations
Color information
#A682AA (or 0xA682AA) is known color: London Hue. HEX triplet: A6, 82 and AA. RGB value is (166,130,170). Sum of RGB (Red+Green+Blue) = 166+130+170=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #A682AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A682AA is #597D55. Grayscale: #919191. Windows color (decimal): -5864790 or 11174566. OLE color: 11174566.
HSL color Cylindrical-coordinate representation of color #A682AA: hue angle of 294º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A682AA is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 130 | 170 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.33 |
| HSL | 294º | 0.19% | 0.59% | - |
| HSV(B) | 294º | 0.24% | 0.67% | - |
| XYZ | 30.96 | 26.97 | 41.6 | - |
| YUV | 145.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 170 | 0.02 | 0.24 | 0 | 0.33 | 294 | 0.19 | 0.59 |
| Hex | A6 | 82 | AA | 2 | 18 | 0 | 21 | 126 | 13 | 3B |
| Octal | 246 | 202 | 252 | 2 | 30 | 0 | 41 | 446 | 23 | 73 |
| Binary | 10100110 | 10000010 | 10101010 | 10 | 11000 | 0 | 100001 | 100100110 | 10011 | 111011 |
Color Harmonies of #A682AA
Complementary color
Monochromatic Colors of #A682AA
Black with #A682AA
Text Example
Text Example
White with #A682AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682AA; }
p { color: rgb(166,130,170); }
H1.HeaderClassName
{
color: #A682AA;
}
.AnyTagClassName
{
color: #A682AA;
}
</style>
background-color css
<style>
a { background-color: #A682AA; }
a { background-color: rgb(166,130,170); }
div.DivClassName
{
background-color: #A682AA;
}
.BgClassName
{
background-color: #A682AA;
}
</style>
border-color css
<style>
span { border-color: #A682AA; }
span { border-color: rgb(166,130,170); }
td.TdClassName
{
border-color: #A682AA;
}
.TagClassName
{
border-color: #A682AA;
}
</style>