Shades of London Hue #A694A1
Tints of London Hue #A694A1
RGB
CMYK
RGB Variations
Color information
#A694A1 (or 0xA694A1) is known color: London Hue. HEX triplet: A6, 94 and A1. RGB value is (166,148,161). Sum of RGB (Red+Green+Blue) = 166+148+161=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A694A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A694A1 is #596B5E. Grayscale: #9A9A9A. Windows color (decimal): -5860191 or 10589350. OLE color: 10589350.
HSL color Cylindrical-coordinate representation of color #A694A1: hue angle of 316.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A694A1 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 161 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.35 |
| HSL | 316.67º | 0.09% | 0.62% | - |
| HSV(B) | 316.67º | 0.11% | 0.65% | - |
| XYZ | 32.75 | 31.86 | 38.14 | - |
| YUV | 154.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 161 | 0 | 0.11 | 0.03 | 0.35 | 316.67 | 0.09 | 0.62 |
| Hex | A6 | 94 | A1 | 0 | B | 3 | 23 | 13D | 9 | 3E |
| Octal | 246 | 224 | 241 | 0 | 13 | 3 | 43 | 475 | 11 | 76 |
| Binary | 10100110 | 10010100 | 10100001 | 0 | 1011 | 11 | 100011 | 100111101 | 1001 | 111110 |
Color Harmonies of #A694A1
Complementary color
Monochromatic Colors of #A694A1
Black with #A694A1
Text Example
Text Example
White with #A694A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694A1; }
p { color: rgb(166,148,161); }
H1.HeaderClassName
{
color: #A694A1;
}
.AnyTagClassName
{
color: #A694A1;
}
</style>
background-color css
<style>
a { background-color: #A694A1; }
a { background-color: rgb(166,148,161); }
div.DivClassName
{
background-color: #A694A1;
}
.BgClassName
{
background-color: #A694A1;
}
</style>
border-color css
<style>
span { border-color: #A694A1; }
span { border-color: rgb(166,148,161); }
td.TdClassName
{
border-color: #A694A1;
}
.TagClassName
{
border-color: #A694A1;
}
</style>