Shades of London Hue #A68AA2
Tints of London Hue #A68AA2
RGB
CMYK
RGB Variations
Color information
#A68AA2 (or 0xA68AA2) is known color: London Hue. HEX triplet: A6, 8A and A2. RGB value is (166,138,162). Sum of RGB (Red+Green+Blue) = 166+138+162=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A68AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68AA2 is #59755D. Grayscale: #959595. Windows color (decimal): -5862750 or 10652326. OLE color: 10652326.
HSL color Cylindrical-coordinate representation of color #A68AA2: hue angle of 308.57º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A68AA2 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 162 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.35 |
| HSL | 308.57º | 0.14% | 0.6% | - |
| HSV(B) | 308.57º | 0.17% | 0.65% | - |
| XYZ | 31.34 | 28.89 | 38.11 | - |
| YUV | 149.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 162 | 0 | 0.17 | 0.02 | 0.35 | 308.57 | 0.14 | 0.6 |
| Hex | A6 | 8A | A2 | 0 | 11 | 2 | 23 | 135 | E | 3C |
| Octal | 246 | 212 | 242 | 0 | 21 | 2 | 43 | 465 | 16 | 74 |
| Binary | 10100110 | 10001010 | 10100010 | 0 | 10001 | 10 | 100011 | 100110101 | 1110 | 111100 |
Color Harmonies of #A68AA2
Complementary color
Monochromatic Colors of #A68AA2
Black with #A68AA2
Text Example
Text Example
White with #A68AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AA2; }
p { color: rgb(166,138,162); }
H1.HeaderClassName
{
color: #A68AA2;
}
.AnyTagClassName
{
color: #A68AA2;
}
</style>
background-color css
<style>
a { background-color: #A68AA2; }
a { background-color: rgb(166,138,162); }
div.DivClassName
{
background-color: #A68AA2;
}
.BgClassName
{
background-color: #A68AA2;
}
</style>
border-color css
<style>
span { border-color: #A68AA2; }
span { border-color: rgb(166,138,162); }
td.TdClassName
{
border-color: #A68AA2;
}
.TagClassName
{
border-color: #A68AA2;
}
</style>