Shades of London Hue #A68DA7
Tints of London Hue #A68DA7
RGB
CMYK
RGB Variations
Color information
#A68DA7 (or 0xA68DA7) is known color: London Hue. HEX triplet: A6, 8D and A7. RGB value is (166,141,167). Sum of RGB (Red+Green+Blue) = 166+141+167=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 167 - color contains mainly: blue. Hex color #A68DA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68DA7 is #597258. Grayscale: #979797. Windows color (decimal): -5861977 or 10980774. OLE color: 10980774.
HSL color Cylindrical-coordinate representation of color #A68DA7: hue angle of 297.69º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A68DA7 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 167 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.35 |
| HSL | 297.69º | 0.13% | 0.6% | - |
| HSV(B) | 297.69º | 0.16% | 0.65% | - |
| XYZ | 32.23 | 29.95 | 40.64 | - |
| YUV | 151.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 167 | 0.01 | 0.16 | 0 | 0.35 | 297.69 | 0.13 | 0.6 |
| Hex | A6 | 8D | A7 | 1 | 10 | 0 | 23 | 12A | D | 3C |
| Octal | 246 | 215 | 247 | 1 | 20 | 0 | 43 | 452 | 15 | 74 |
| Binary | 10100110 | 10001101 | 10100111 | 1 | 10000 | 0 | 100011 | 100101010 | 1101 | 111100 |
Color Harmonies of #A68DA7
Complementary color
Monochromatic Colors of #A68DA7
Black with #A68DA7
Text Example
Text Example
White with #A68DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DA7; }
p { color: rgb(166,141,167); }
H1.HeaderClassName
{
color: #A68DA7;
}
.AnyTagClassName
{
color: #A68DA7;
}
</style>
background-color css
<style>
a { background-color: #A68DA7; }
a { background-color: rgb(166,141,167); }
div.DivClassName
{
background-color: #A68DA7;
}
.BgClassName
{
background-color: #A68DA7;
}
</style>
border-color css
<style>
span { border-color: #A68DA7; }
span { border-color: rgb(166,141,167); }
td.TdClassName
{
border-color: #A68DA7;
}
.TagClassName
{
border-color: #A68DA7;
}
</style>