Shades of London Hue #A393A0
Tints of London Hue #A393A0
RGB
CMYK
RGB Variations
Color information
#A393A0 (or 0xA393A0) is known color: London Hue. HEX triplet: A3, 93 and A0. RGB value is (163,147,160). Sum of RGB (Red+Green+Blue) = 163+147+160=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 163 - color contains mainly: red. Hex color #A393A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A393A0 is #5C6C5F. Grayscale: #999999. Windows color (decimal): -6057056 or 10523555. OLE color: 10523555.
HSL color Cylindrical-coordinate representation of color #A393A0: hue angle of 311.25º 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 #A393A0 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 160 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.36 |
| HSL | 311.25º | 0.08% | 0.61% | - |
| HSV(B) | 311.25º | 0.1% | 0.64% | - |
| XYZ | 31.88 | 31.19 | 37.6 | - |
| YUV | 153.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 160 | 0 | 0.10 | 0.02 | 0.36 | 311.25 | 0.08 | 0.61 |
| Hex | A3 | 93 | A0 | 0 | A | 2 | 24 | 137 | 8 | 3D |
| Octal | 243 | 223 | 240 | 0 | 12 | 2 | 44 | 467 | 10 | 75 |
| Binary | 10100011 | 10010011 | 10100000 | 0 | 1010 | 10 | 100100 | 100110111 | 1000 | 111101 |
Color Harmonies of #A393A0
Complementary color
Monochromatic Colors of #A393A0
Black with #A393A0
Text Example
Text Example
White with #A393A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393A0; }
p { color: rgb(163,147,160); }
H1.HeaderClassName
{
color: #A393A0;
}
.AnyTagClassName
{
color: #A393A0;
}
</style>
background-color css
<style>
a { background-color: #A393A0; }
a { background-color: rgb(163,147,160); }
div.DivClassName
{
background-color: #A393A0;
}
.BgClassName
{
background-color: #A393A0;
}
</style>
border-color css
<style>
span { border-color: #A393A0; }
span { border-color: rgb(163,147,160); }
td.TdClassName
{
border-color: #A393A0;
}
.TagClassName
{
border-color: #A393A0;
}
</style>