Shades of London Hue #A39AA1
Tints of London Hue #A39AA1
RGB
CMYK
RGB Variations
Color information
#A39AA1 (or 0xA39AA1) is known color: London Hue. HEX triplet: A3, 9A and A1. RGB value is (163,154,161). Sum of RGB (Red+Green+Blue) = 163+154+161=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 163 - color contains mainly: red. Hex color #A39AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39AA1 is #5C655E. Grayscale: #9D9D9D. Windows color (decimal): -6055263 or 10590883. OLE color: 10590883.
HSL color Cylindrical-coordinate representation of color #A39AA1: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A39AA1 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 161 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.36 |
| HSL | 313.33º | 0.05% | 0.62% | - |
| HSV(B) | 313.33º | 0.06% | 0.64% | - |
| XYZ | 33.09 | 33.47 | 38.43 | - |
| YUV | 157.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 161 | 0 | 0.06 | 0.01 | 0.36 | 313.33 | 0.05 | 0.62 |
| Hex | A3 | 9A | A1 | 0 | 6 | 1 | 24 | 139 | 5 | 3E |
| Octal | 243 | 232 | 241 | 0 | 6 | 1 | 44 | 471 | 5 | 76 |
| Binary | 10100011 | 10011010 | 10100001 | 0 | 110 | 1 | 100100 | 100111001 | 101 | 111110 |
Color Harmonies of #A39AA1
Complementary color
Monochromatic Colors of #A39AA1
Black with #A39AA1
Text Example
Text Example
White with #A39AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39AA1; }
p { color: rgb(163,154,161); }
H1.HeaderClassName
{
color: #A39AA1;
}
.AnyTagClassName
{
color: #A39AA1;
}
</style>
background-color css
<style>
a { background-color: #A39AA1; }
a { background-color: rgb(163,154,161); }
div.DivClassName
{
background-color: #A39AA1;
}
.BgClassName
{
background-color: #A39AA1;
}
</style>
border-color css
<style>
span { border-color: #A39AA1; }
span { border-color: rgb(163,154,161); }
td.TdClassName
{
border-color: #A39AA1;
}
.TagClassName
{
border-color: #A39AA1;
}
</style>