Shades of London Hue #A681A2
Tints of London Hue #A681A2
RGB
CMYK
RGB Variations
Color information
#A681A2 (or 0xA681A2) is known color: London Hue. HEX triplet: A6, 81 and A2. RGB value is (166,129,162). Sum of RGB (Red+Green+Blue) = 166+129+162=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A681A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A681A2 is #597E5D. Grayscale: #8F8F8F. Windows color (decimal): -5865054 or 10650022. OLE color: 10650022.
HSL color Cylindrical-coordinate representation of color #A681A2: hue angle of 306.49º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A681A2 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 162 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.35 |
| HSL | 306.49º | 0.17% | 0.58% | - |
| HSV(B) | 306.49º | 0.22% | 0.65% | - |
| XYZ | 30.1 | 26.42 | 37.69 | - |
| YUV | 143.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 162 | 0 | 0.22 | 0.02 | 0.35 | 306.49 | 0.17 | 0.58 |
| Hex | A6 | 81 | A2 | 0 | 16 | 2 | 23 | 132 | 11 | 3A |
| Octal | 246 | 201 | 242 | 0 | 26 | 2 | 43 | 462 | 21 | 72 |
| Binary | 10100110 | 10000001 | 10100010 | 0 | 10110 | 10 | 100011 | 100110010 | 10001 | 111010 |
Color Harmonies of #A681A2
Complementary color
Monochromatic Colors of #A681A2
Black with #A681A2
Text Example
Text Example
White with #A681A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681A2; }
p { color: rgb(166,129,162); }
H1.HeaderClassName
{
color: #A681A2;
}
.AnyTagClassName
{
color: #A681A2;
}
</style>
background-color css
<style>
a { background-color: #A681A2; }
a { background-color: rgb(166,129,162); }
div.DivClassName
{
background-color: #A681A2;
}
.BgClassName
{
background-color: #A681A2;
}
</style>
border-color css
<style>
span { border-color: #A681A2; }
span { border-color: rgb(166,129,162); }
td.TdClassName
{
border-color: #A681A2;
}
.TagClassName
{
border-color: #A681A2;
}
</style>