Shades of London Hue #A78EA5
Tints of London Hue #A78EA5
RGB
CMYK
RGB Variations
Color information
#A78EA5 (or 0xA78EA5) is known color: London Hue. HEX triplet: A7, 8E and A5. RGB value is (167,142,165). Sum of RGB (Red+Green+Blue) = 167+142+165=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 167 - color contains mainly: red. Hex color #A78EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78EA5 is #58715A. Grayscale: #989898. Windows color (decimal): -5796187 or 10849959. OLE color: 10849959.
HSL color Cylindrical-coordinate representation of color #A78EA5: hue angle of 304.8º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A78EA5 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 142 | 165 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.35 |
| HSL | 304.8º | 0.12% | 0.61% | - |
| HSV(B) | 304.8º | 0.15% | 0.65% | - |
| XYZ | 32.4 | 30.28 | 39.73 | - |
| YUV | 152.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 165 | 0 | 0.15 | 0.01 | 0.35 | 304.8 | 0.12 | 0.61 |
| Hex | A7 | 8E | A5 | 0 | F | 1 | 23 | 131 | C | 3D |
| Octal | 247 | 216 | 245 | 0 | 17 | 1 | 43 | 461 | 14 | 75 |
| Binary | 10100111 | 10001110 | 10100101 | 0 | 1111 | 1 | 100011 | 100110001 | 1100 | 111101 |
Color Harmonies of #A78EA5
Complementary color
Monochromatic Colors of #A78EA5
Black with #A78EA5
Text Example
Text Example
White with #A78EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78EA5; }
p { color: rgb(167,142,165); }
H1.HeaderClassName
{
color: #A78EA5;
}
.AnyTagClassName
{
color: #A78EA5;
}
</style>
background-color css
<style>
a { background-color: #A78EA5; }
a { background-color: rgb(167,142,165); }
div.DivClassName
{
background-color: #A78EA5;
}
.BgClassName
{
background-color: #A78EA5;
}
</style>
border-color css
<style>
span { border-color: #A78EA5; }
span { border-color: rgb(167,142,165); }
td.TdClassName
{
border-color: #A78EA5;
}
.TagClassName
{
border-color: #A78EA5;
}
</style>