Shades of London Hue #A78EA8
Tints of London Hue #A78EA8
RGB
CMYK
RGB Variations
Color information
#A78EA8 (or 0xA78EA8) is known color: London Hue. HEX triplet: A7, 8E and A8. RGB value is (167,142,168). Sum of RGB (Red+Green+Blue) = 167+142+168=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 168 - color contains mainly: blue. Hex color #A78EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78EA8 is #587157. Grayscale: #989898. Windows color (decimal): -5796184 or 11046567. OLE color: 11046567.
HSL color Cylindrical-coordinate representation of color #A78EA8: hue angle of 297.69º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A78EA8 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 142 | 168 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.34 |
| HSL | 297.69º | 0.13% | 0.61% | - |
| HSV(B) | 297.69º | 0.15% | 0.66% | - |
| XYZ | 32.68 | 30.39 | 41.19 | - |
| YUV | 152.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 168 | 0.01 | 0.15 | 0 | 0.34 | 297.69 | 0.13 | 0.61 |
| Hex | A7 | 8E | A8 | 1 | F | 0 | 22 | 12A | D | 3D |
| Octal | 247 | 216 | 250 | 1 | 17 | 0 | 42 | 452 | 15 | 75 |
| Binary | 10100111 | 10001110 | 10101000 | 1 | 1111 | 0 | 100010 | 100101010 | 1101 | 111101 |
Color Harmonies of #A78EA8
Complementary color
Monochromatic Colors of #A78EA8
Black with #A78EA8
Text Example
Text Example
White with #A78EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78EA8; }
p { color: rgb(167,142,168); }
H1.HeaderClassName
{
color: #A78EA8;
}
.AnyTagClassName
{
color: #A78EA8;
}
</style>
background-color css
<style>
a { background-color: #A78EA8; }
a { background-color: rgb(167,142,168); }
div.DivClassName
{
background-color: #A78EA8;
}
.BgClassName
{
background-color: #A78EA8;
}
</style>
border-color css
<style>
span { border-color: #A78EA8; }
span { border-color: rgb(167,142,168); }
td.TdClassName
{
border-color: #A78EA8;
}
.TagClassName
{
border-color: #A78EA8;
}
</style>