Shades of London Hue #A680AA
Tints of London Hue #A680AA
RGB
CMYK
RGB Variations
Color information
#A680AA (or 0xA680AA) is known color: London Hue. HEX triplet: A6, 80 and AA. RGB value is (166,128,170). Sum of RGB (Red+Green+Blue) = 166+128+170=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #A680AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A680AA is #597F55. Grayscale: #909090. Windows color (decimal): -5865302 or 11174054. OLE color: 11174054.
HSL color Cylindrical-coordinate representation of color #A680AA: hue angle of 294.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A680AA is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 128 | 170 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.33 |
| HSL | 294.29º | 0.2% | 0.58% | - |
| HSV(B) | 294.29º | 0.25% | 0.67% | - |
| XYZ | 30.7 | 26.45 | 41.52 | - |
| YUV | 144.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 170 | 0.02 | 0.25 | 0 | 0.33 | 294.29 | 0.2 | 0.58 |
| Hex | A6 | 80 | AA | 2 | 19 | 0 | 21 | 126 | 14 | 3A |
| Octal | 246 | 200 | 252 | 2 | 31 | 0 | 41 | 446 | 24 | 72 |
| Binary | 10100110 | 10000000 | 10101010 | 10 | 11001 | 0 | 100001 | 100100110 | 10100 | 111010 |
Color Harmonies of #A680AA
Complementary color
Monochromatic Colors of #A680AA
Black with #A680AA
Text Example
Text Example
White with #A680AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680AA; }
p { color: rgb(166,128,170); }
H1.HeaderClassName
{
color: #A680AA;
}
.AnyTagClassName
{
color: #A680AA;
}
</style>
background-color css
<style>
a { background-color: #A680AA; }
a { background-color: rgb(166,128,170); }
div.DivClassName
{
background-color: #A680AA;
}
.BgClassName
{
background-color: #A680AA;
}
</style>
border-color css
<style>
span { border-color: #A680AA; }
span { border-color: rgb(166,128,170); }
td.TdClassName
{
border-color: #A680AA;
}
.TagClassName
{
border-color: #A680AA;
}
</style>