Shades of London Hue #A68AA9
Tints of London Hue #A68AA9
RGB
CMYK
RGB Variations
Color information
#A68AA9 (or 0xA68AA9) is known color: London Hue. HEX triplet: A6, 8A and A9. RGB value is (166,138,169). Sum of RGB (Red+Green+Blue) = 166+138+169=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 169 - color contains mainly: blue. Hex color #A68AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68AA9 is #597556. Grayscale: #959595. Windows color (decimal): -5862743 or 11111078. OLE color: 11111078.
HSL color Cylindrical-coordinate representation of color #A68AA9: hue angle of 294.19º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A68AA9 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 138 | 169 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.34 |
| HSL | 294.19º | 0.15% | 0.6% | - |
| HSV(B) | 294.19º | 0.18% | 0.66% | - |
| XYZ | 31.98 | 29.15 | 41.48 | - |
| YUV | 149.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 169 | 0.02 | 0.18 | 0 | 0.34 | 294.19 | 0.15 | 0.6 |
| Hex | A6 | 8A | A9 | 2 | 12 | 0 | 22 | 126 | F | 3C |
| Octal | 246 | 212 | 251 | 2 | 22 | 0 | 42 | 446 | 17 | 74 |
| Binary | 10100110 | 10001010 | 10101001 | 10 | 10010 | 0 | 100010 | 100100110 | 1111 | 111100 |
Color Harmonies of #A68AA9
Complementary color
Monochromatic Colors of #A68AA9
Black with #A68AA9
Text Example
Text Example
White with #A68AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AA9; }
p { color: rgb(166,138,169); }
H1.HeaderClassName
{
color: #A68AA9;
}
.AnyTagClassName
{
color: #A68AA9;
}
</style>
background-color css
<style>
a { background-color: #A68AA9; }
a { background-color: rgb(166,138,169); }
div.DivClassName
{
background-color: #A68AA9;
}
.BgClassName
{
background-color: #A68AA9;
}
</style>
border-color css
<style>
span { border-color: #A68AA9; }
span { border-color: rgb(166,138,169); }
td.TdClassName
{
border-color: #A68AA9;
}
.TagClassName
{
border-color: #A68AA9;
}
</style>