Shades of London Hue #A78CA2
Tints of London Hue #A78CA2
RGB
CMYK
RGB Variations
Color information
#A78CA2 (or 0xA78CA2) is known color: London Hue. HEX triplet: A7, 8C and A2. RGB value is (167,140,162). Sum of RGB (Red+Green+Blue) = 167+140+162=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 167 - color contains mainly: red. Hex color #A78CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78CA2 is #58735D. Grayscale: #969696. Windows color (decimal): -5796702 or 10652839. OLE color: 10652839.
HSL color Cylindrical-coordinate representation of color #A78CA2: hue angle of 311.11º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A78CA2 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 140 | 162 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.35 |
| HSL | 311.11º | 0.13% | 0.6% | - |
| HSV(B) | 311.11º | 0.16% | 0.65% | - |
| XYZ | 31.84 | 29.58 | 38.21 | - |
| YUV | 150.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 162 | 0 | 0.16 | 0.03 | 0.35 | 311.11 | 0.13 | 0.6 |
| Hex | A7 | 8C | A2 | 0 | 10 | 3 | 23 | 137 | D | 3C |
| Octal | 247 | 214 | 242 | 0 | 20 | 3 | 43 | 467 | 15 | 74 |
| Binary | 10100111 | 10001100 | 10100010 | 0 | 10000 | 11 | 100011 | 100110111 | 1101 | 111100 |
Color Harmonies of #A78CA2
Complementary color
Monochromatic Colors of #A78CA2
Black with #A78CA2
Text Example
Text Example
White with #A78CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78CA2; }
p { color: rgb(167,140,162); }
H1.HeaderClassName
{
color: #A78CA2;
}
.AnyTagClassName
{
color: #A78CA2;
}
</style>
background-color css
<style>
a { background-color: #A78CA2; }
a { background-color: rgb(167,140,162); }
div.DivClassName
{
background-color: #A78CA2;
}
.BgClassName
{
background-color: #A78CA2;
}
</style>
border-color css
<style>
span { border-color: #A78CA2; }
span { border-color: rgb(167,140,162); }
td.TdClassName
{
border-color: #A78CA2;
}
.TagClassName
{
border-color: #A78CA2;
}
</style>