Shades of London Hue #A78BA3
Tints of London Hue #A78BA3
RGB
CMYK
RGB Variations
Color information
#A78BA3 (or 0xA78BA3) is known color: London Hue. HEX triplet: A7, 8B and A3. RGB value is (167,139,163). Sum of RGB (Red+Green+Blue) = 167+139+163=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 167 - color contains mainly: red. Hex color #A78BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78BA3 is #58745C. Grayscale: #969696. Windows color (decimal): -5796957 or 10718119. OLE color: 10718119.
HSL color Cylindrical-coordinate representation of color #A78BA3: hue angle of 308.57º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A78BA3 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 139 | 163 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.35 |
| HSL | 308.57º | 0.14% | 0.6% | - |
| HSV(B) | 308.57º | 0.17% | 0.65% | - |
| XYZ | 31.78 | 29.33 | 38.64 | - |
| YUV | 150.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 163 | 0 | 0.17 | 0.02 | 0.35 | 308.57 | 0.14 | 0.6 |
| Hex | A7 | 8B | A3 | 0 | 11 | 2 | 23 | 135 | E | 3C |
| Octal | 247 | 213 | 243 | 0 | 21 | 2 | 43 | 465 | 16 | 74 |
| Binary | 10100111 | 10001011 | 10100011 | 0 | 10001 | 10 | 100011 | 100110101 | 1110 | 111100 |
Color Harmonies of #A78BA3
Complementary color
Monochromatic Colors of #A78BA3
Black with #A78BA3
Text Example
Text Example
White with #A78BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BA3; }
p { color: rgb(167,139,163); }
H1.HeaderClassName
{
color: #A78BA3;
}
.AnyTagClassName
{
color: #A78BA3;
}
</style>
background-color css
<style>
a { background-color: #A78BA3; }
a { background-color: rgb(167,139,163); }
div.DivClassName
{
background-color: #A78BA3;
}
.BgClassName
{
background-color: #A78BA3;
}
</style>
border-color css
<style>
span { border-color: #A78BA3; }
span { border-color: rgb(167,139,163); }
td.TdClassName
{
border-color: #A78BA3;
}
.TagClassName
{
border-color: #A78BA3;
}
</style>