Shades of London Hue #A68CA8
Tints of London Hue #A68CA8
RGB
CMYK
RGB Variations
Color information
#A68CA8 (or 0xA68CA8) is known color: London Hue. HEX triplet: A6, 8C and A8. RGB value is (166,140,168). Sum of RGB (Red+Green+Blue) = 166+140+168=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 168 - color contains mainly: blue. Hex color #A68CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68CA8 is #597357. Grayscale: #969696. Windows color (decimal): -5862232 or 11046054. OLE color: 11046054.
HSL color Cylindrical-coordinate representation of color #A68CA8: hue angle of 295.71º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A68CA8 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 140 | 168 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.34 |
| HSL | 295.71º | 0.14% | 0.6% | - |
| HSV(B) | 295.71º | 0.17% | 0.66% | - |
| XYZ | 32.17 | 29.69 | 41.08 | - |
| YUV | 150.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 168 | 0.01 | 0.17 | 0 | 0.34 | 295.71 | 0.14 | 0.6 |
| Hex | A6 | 8C | A8 | 1 | 11 | 0 | 22 | 128 | E | 3C |
| Octal | 246 | 214 | 250 | 1 | 21 | 0 | 42 | 450 | 16 | 74 |
| Binary | 10100110 | 10001100 | 10101000 | 1 | 10001 | 0 | 100010 | 100101000 | 1110 | 111100 |
Color Harmonies of #A68CA8
Complementary color
Monochromatic Colors of #A68CA8
Black with #A68CA8
Text Example
Text Example
White with #A68CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68CA8; }
p { color: rgb(166,140,168); }
H1.HeaderClassName
{
color: #A68CA8;
}
.AnyTagClassName
{
color: #A68CA8;
}
</style>
background-color css
<style>
a { background-color: #A68CA8; }
a { background-color: rgb(166,140,168); }
div.DivClassName
{
background-color: #A68CA8;
}
.BgClassName
{
background-color: #A68CA8;
}
</style>
border-color css
<style>
span { border-color: #A68CA8; }
span { border-color: rgb(166,140,168); }
td.TdClassName
{
border-color: #A68CA8;
}
.TagClassName
{
border-color: #A68CA8;
}
</style>