Shades of London Hue #A78EAA
Tints of London Hue #A78EAA
RGB
CMYK
RGB Variations
Color information
#A78EAA (or 0xA78EAA) is known color: London Hue. HEX triplet: A7, 8E and AA. RGB value is (167,142,170). Sum of RGB (Red+Green+Blue) = 167+142+170=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #A78EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78EAA is #587155. Grayscale: #989898. Windows color (decimal): -5796182 or 11177639. OLE color: 11177639.
HSL color Cylindrical-coordinate representation of color #A78EAA: hue angle of 293.57º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A78EAA is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 142 | 170 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.33 |
| HSL | 293.57º | 0.14% | 0.61% | - |
| HSV(B) | 293.57º | 0.16% | 0.67% | - |
| XYZ | 32.87 | 30.46 | 42.18 | - |
| YUV | 152.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 170 | 0.02 | 0.16 | 0 | 0.33 | 293.57 | 0.14 | 0.61 |
| Hex | A7 | 8E | AA | 2 | 10 | 0 | 21 | 126 | E | 3D |
| Octal | 247 | 216 | 252 | 2 | 20 | 0 | 41 | 446 | 16 | 75 |
| Binary | 10100111 | 10001110 | 10101010 | 10 | 10000 | 0 | 100001 | 100100110 | 1110 | 111101 |
Color Harmonies of #A78EAA
Complementary color
Monochromatic Colors of #A78EAA
Black with #A78EAA
Text Example
Text Example
White with #A78EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78EAA; }
p { color: rgb(167,142,170); }
H1.HeaderClassName
{
color: #A78EAA;
}
.AnyTagClassName
{
color: #A78EAA;
}
</style>
background-color css
<style>
a { background-color: #A78EAA; }
a { background-color: rgb(167,142,170); }
div.DivClassName
{
background-color: #A78EAA;
}
.BgClassName
{
background-color: #A78EAA;
}
</style>
border-color css
<style>
span { border-color: #A78EAA; }
span { border-color: rgb(167,142,170); }
td.TdClassName
{
border-color: #A78EAA;
}
.TagClassName
{
border-color: #A78EAA;
}
</style>