Shades of London Hue #A684AA
Tints of London Hue #A684AA
RGB
CMYK
RGB Variations
Color information
#A684AA (or 0xA684AA) is known color: London Hue. HEX triplet: A6, 84 and AA. RGB value is (166,132,170). Sum of RGB (Red+Green+Blue) = 166+132+170=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #A684AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A684AA is #597B55. Grayscale: #929292. Windows color (decimal): -5864278 or 11175078. OLE color: 11175078.
HSL color Cylindrical-coordinate representation of color #A684AA: hue angle of 293.68º 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 #A684AA is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 132 | 170 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.33 |
| HSL | 293.68º | 0.18% | 0.59% | - |
| HSV(B) | 293.68º | 0.22% | 0.67% | - |
| XYZ | 31.23 | 27.51 | 41.69 | - |
| YUV | 146.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 170 | 0.02 | 0.22 | 0 | 0.33 | 293.68 | 0.18 | 0.59 |
| Hex | A6 | 84 | AA | 2 | 16 | 0 | 21 | 126 | 12 | 3B |
| Octal | 246 | 204 | 252 | 2 | 26 | 0 | 41 | 446 | 22 | 73 |
| Binary | 10100110 | 10000100 | 10101010 | 10 | 10110 | 0 | 100001 | 100100110 | 10010 | 111011 |
Color Harmonies of #A684AA
Complementary color
Monochromatic Colors of #A684AA
Black with #A684AA
Text Example
Text Example
White with #A684AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A684AA; }
p { color: rgb(166,132,170); }
H1.HeaderClassName
{
color: #A684AA;
}
.AnyTagClassName
{
color: #A684AA;
}
</style>
background-color css
<style>
a { background-color: #A684AA; }
a { background-color: rgb(166,132,170); }
div.DivClassName
{
background-color: #A684AA;
}
.BgClassName
{
background-color: #A684AA;
}
</style>
border-color css
<style>
span { border-color: #A684AA; }
span { border-color: rgb(166,132,170); }
td.TdClassName
{
border-color: #A684AA;
}
.TagClassName
{
border-color: #A684AA;
}
</style>