Shades of London Hue #A790A5
Tints of London Hue #A790A5
RGB
CMYK
RGB Variations
Color information
#A790A5 (or 0xA790A5) is known color: London Hue. HEX triplet: A7, 90 and A5. RGB value is (167,144,165). Sum of RGB (Red+Green+Blue) = 167+144+165=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 167 - color contains mainly: red. Hex color #A790A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A790A5 is #586F5A. Grayscale: #999999. Windows color (decimal): -5795675 or 10850471. OLE color: 10850471.
HSL color Cylindrical-coordinate representation of color #A790A5: hue angle of 305.22º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A790A5 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 165 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.35 |
| HSL | 305.22º | 0.12% | 0.61% | - |
| HSV(B) | 305.22º | 0.14% | 0.65% | - |
| XYZ | 32.7 | 30.88 | 39.83 | - |
| YUV | 153.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 165 | 0 | 0.14 | 0.01 | 0.35 | 305.22 | 0.12 | 0.61 |
| Hex | A7 | 90 | A5 | 0 | E | 1 | 23 | 131 | C | 3D |
| Octal | 247 | 220 | 245 | 0 | 16 | 1 | 43 | 461 | 14 | 75 |
| Binary | 10100111 | 10010000 | 10100101 | 0 | 1110 | 1 | 100011 | 100110001 | 1100 | 111101 |
Color Harmonies of #A790A5
Complementary color
Monochromatic Colors of #A790A5
Black with #A790A5
Text Example
Text Example
White with #A790A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A790A5; }
p { color: rgb(167,144,165); }
H1.HeaderClassName
{
color: #A790A5;
}
.AnyTagClassName
{
color: #A790A5;
}
</style>
background-color css
<style>
a { background-color: #A790A5; }
a { background-color: rgb(167,144,165); }
div.DivClassName
{
background-color: #A790A5;
}
.BgClassName
{
background-color: #A790A5;
}
</style>
border-color css
<style>
span { border-color: #A790A5; }
span { border-color: rgb(167,144,165); }
td.TdClassName
{
border-color: #A790A5;
}
.TagClassName
{
border-color: #A790A5;
}
</style>