Shades of London Hue #A68EAA
Tints of London Hue #A68EAA
RGB
CMYK
RGB Variations
Color information
#A68EAA (or 0xA68EAA) is known color: London Hue. HEX triplet: A6, 8E and AA. RGB value is (166,142,170). Sum of RGB (Red+Green+Blue) = 166+142+170=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #A68EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68EAA is #597155. Grayscale: #989898. Windows color (decimal): -5861718 or 11177638. OLE color: 11177638.
HSL color Cylindrical-coordinate representation of color #A68EAA: hue angle of 291.43º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A68EAA is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 142 | 170 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.33 |
| HSL | 291.43º | 0.14% | 0.61% | - |
| HSV(B) | 291.43º | 0.16% | 0.67% | - |
| XYZ | 32.65 | 30.36 | 42.17 | - |
| YUV | 152.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 170 | 0.02 | 0.16 | 0 | 0.33 | 291.43 | 0.14 | 0.61 |
| Hex | A6 | 8E | AA | 2 | 10 | 0 | 21 | 123 | E | 3D |
| Octal | 246 | 216 | 252 | 2 | 20 | 0 | 41 | 443 | 16 | 75 |
| Binary | 10100110 | 10001110 | 10101010 | 10 | 10000 | 0 | 100001 | 100100011 | 1110 | 111101 |
Color Harmonies of #A68EAA
Complementary color
Monochromatic Colors of #A68EAA
Black with #A68EAA
Text Example
Text Example
White with #A68EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EAA; }
p { color: rgb(166,142,170); }
H1.HeaderClassName
{
color: #A68EAA;
}
.AnyTagClassName
{
color: #A68EAA;
}
</style>
background-color css
<style>
a { background-color: #A68EAA; }
a { background-color: rgb(166,142,170); }
div.DivClassName
{
background-color: #A68EAA;
}
.BgClassName
{
background-color: #A68EAA;
}
</style>
border-color css
<style>
span { border-color: #A68EAA; }
span { border-color: rgb(166,142,170); }
td.TdClassName
{
border-color: #A68EAA;
}
.TagClassName
{
border-color: #A68EAA;
}
</style>