Shades of London Hue #A392A1
Tints of London Hue #A392A1
RGB
CMYK
RGB Variations
Color information
#A392A1 (or 0xA392A1) is known color: London Hue. HEX triplet: A3, 92 and A1. RGB value is (163,146,161). Sum of RGB (Red+Green+Blue) = 163+146+161=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 163 - color contains mainly: red. Hex color #A392A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A392A1 is #5C6D5E. Grayscale: #989898. Windows color (decimal): -6057311 or 10588835. OLE color: 10588835.
HSL color Cylindrical-coordinate representation of color #A392A1: hue angle of 307.06º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A392A1 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 161 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.36 |
| HSL | 307.06º | 0.08% | 0.61% | - |
| HSV(B) | 307.06º | 0.1% | 0.64% | - |
| XYZ | 31.82 | 30.92 | 38.01 | - |
| YUV | 152.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 161 | 0 | 0.10 | 0.01 | 0.36 | 307.06 | 0.08 | 0.61 |
| Hex | A3 | 92 | A1 | 0 | A | 1 | 24 | 133 | 8 | 3D |
| Octal | 243 | 222 | 241 | 0 | 12 | 1 | 44 | 463 | 10 | 75 |
| Binary | 10100011 | 10010010 | 10100001 | 0 | 1010 | 1 | 100100 | 100110011 | 1000 | 111101 |
Color Harmonies of #A392A1
Complementary color
Monochromatic Colors of #A392A1
Black with #A392A1
Text Example
Text Example
White with #A392A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A392A1; }
p { color: rgb(163,146,161); }
H1.HeaderClassName
{
color: #A392A1;
}
.AnyTagClassName
{
color: #A392A1;
}
</style>
background-color css
<style>
a { background-color: #A392A1; }
a { background-color: rgb(163,146,161); }
div.DivClassName
{
background-color: #A392A1;
}
.BgClassName
{
background-color: #A392A1;
}
</style>
border-color css
<style>
span { border-color: #A392A1; }
span { border-color: rgb(163,146,161); }
td.TdClassName
{
border-color: #A392A1;
}
.TagClassName
{
border-color: #A392A1;
}
</style>