Shades of London Hue #A695A1
Tints of London Hue #A695A1
RGB
CMYK
RGB Variations
Color information
#A695A1 (or 0xA695A1) is known color: London Hue. HEX triplet: A6, 95 and A1. RGB value is (166,149,161). Sum of RGB (Red+Green+Blue) = 166+149+161=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 166 - color contains mainly: red. Hex color #A695A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A695A1 is #596A5E. Grayscale: #9B9B9B. Windows color (decimal): -5859935 or 10589606. OLE color: 10589606.
HSL color Cylindrical-coordinate representation of color #A695A1: hue angle of 317.65º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A695A1 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 161 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.35 |
| HSL | 317.65º | 0.09% | 0.62% | - |
| HSV(B) | 317.65º | 0.1% | 0.65% | - |
| XYZ | 32.91 | 32.18 | 38.19 | - |
| YUV | 155.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 161 | 0 | 0.10 | 0.03 | 0.35 | 317.65 | 0.09 | 0.62 |
| Hex | A6 | 95 | A1 | 0 | A | 3 | 23 | 13E | 9 | 3E |
| Octal | 246 | 225 | 241 | 0 | 12 | 3 | 43 | 476 | 11 | 76 |
| Binary | 10100110 | 10010101 | 10100001 | 0 | 1010 | 11 | 100011 | 100111110 | 1001 | 111110 |
Color Harmonies of #A695A1
Complementary color
Monochromatic Colors of #A695A1
Black with #A695A1
Text Example
Text Example
White with #A695A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A695A1; }
p { color: rgb(166,149,161); }
H1.HeaderClassName
{
color: #A695A1;
}
.AnyTagClassName
{
color: #A695A1;
}
</style>
background-color css
<style>
a { background-color: #A695A1; }
a { background-color: rgb(166,149,161); }
div.DivClassName
{
background-color: #A695A1;
}
.BgClassName
{
background-color: #A695A1;
}
</style>
border-color css
<style>
span { border-color: #A695A1; }
span { border-color: rgb(166,149,161); }
td.TdClassName
{
border-color: #A695A1;
}
.TagClassName
{
border-color: #A695A1;
}
</style>