Shades of London Hue #A793A2
Tints of London Hue #A793A2
RGB
CMYK
RGB Variations
Color information
#A793A2 (or 0xA793A2) is known color: London Hue. HEX triplet: A7, 93 and A2. RGB value is (167,147,162). Sum of RGB (Red+Green+Blue) = 167+147+162=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 167 - color contains mainly: red. Hex color #A793A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A793A2 is #586C5D. Grayscale: #9A9A9A. Windows color (decimal): -5794910 or 10654631. OLE color: 10654631.
HSL color Cylindrical-coordinate representation of color #A793A2: hue angle of 315º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A793A2 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
RGB | 167 | 147 | 162 | - |
CMYK | 0 | 0.12 | 0.03 | 0.35 |
HSL | 315º | 0.1% | 0.62% | - |
HSV(B) | 315º | 0.12% | 0.65% | - |
XYZ | 32.89 | 31.69 | 38.57 | - |
YUV | 154.69 | 132.13 | 136.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 147 | 162 | 0 | 0.12 | 0.03 | 0.35 | 315 | 0.1 | 0.62 |
Hex | A7 | 93 | A2 | 0 | C | 3 | 23 | 13B | A | 3E |
Octal | 247 | 223 | 242 | 0 | 14 | 3 | 43 | 473 | 12 | 76 |
Binary | 10100111 | 10010011 | 10100010 | 0 | 1100 | 11 | 100011 | 100111011 | 1010 | 111110 |
Color Harmonies of #A793A2
Complementary color
Monochromatic Colors of #A793A2
Black with #A793A2
Text Example
Text Example
White with #A793A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A793A2; }
p { color: rgb(167,147,162); }
H1.HeaderClassName
{
color: #A793A2;
}
.AnyTagClassName
{
color: #A793A2;
}
</style>
background-color css
<style>
a { background-color: #A793A2; }
a { background-color: rgb(167,147,162); }
div.DivClassName
{
background-color: #A793A2;
}
.BgClassName
{
background-color: #A793A2;
}
</style>
border-color css
<style>
span { border-color: #A793A2; }
span { border-color: rgb(167,147,162); }
td.TdClassName
{
border-color: #A793A2;
}
.TagClassName
{
border-color: #A793A2;
}
</style>