Shades of London Hue #A78DAB
Tints of London Hue #A78DAB
RGB
CMYK
RGB Variations
Color information
#A78DAB (or 0xA78DAB) is known color: London Hue. HEX triplet: A7, 8D and AB. RGB value is (167,141,171). Sum of RGB (Red+Green+Blue) = 167+141+171=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #A78DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78DAB is #587254. Grayscale: #989898. Windows color (decimal): -5796437 or 11242919. OLE color: 11242919.
HSL color Cylindrical-coordinate representation of color #A78DAB: hue angle of 292º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A78DAB is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 141 | 171 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.33 |
| HSL | 292º | 0.15% | 0.61% | - |
| HSV(B) | 292º | 0.18% | 0.67% | - |
| XYZ | 32.81 | 30.21 | 42.63 | - |
| YUV | 152.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 171 | 0.02 | 0.18 | 0 | 0.33 | 292 | 0.15 | 0.61 |
| Hex | A7 | 8D | AB | 2 | 12 | 0 | 21 | 124 | F | 3D |
| Octal | 247 | 215 | 253 | 2 | 22 | 0 | 41 | 444 | 17 | 75 |
| Binary | 10100111 | 10001101 | 10101011 | 10 | 10010 | 0 | 100001 | 100100100 | 1111 | 111101 |
Color Harmonies of #A78DAB
Complementary color
Monochromatic Colors of #A78DAB
Black with #A78DAB
Text Example
Text Example
White with #A78DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DAB; }
p { color: rgb(167,141,171); }
H1.HeaderClassName
{
color: #A78DAB;
}
.AnyTagClassName
{
color: #A78DAB;
}
</style>
background-color css
<style>
a { background-color: #A78DAB; }
a { background-color: rgb(167,141,171); }
div.DivClassName
{
background-color: #A78DAB;
}
.BgClassName
{
background-color: #A78DAB;
}
</style>
border-color css
<style>
span { border-color: #A78DAB; }
span { border-color: rgb(167,141,171); }
td.TdClassName
{
border-color: #A78DAB;
}
.TagClassName
{
border-color: #A78DAB;
}
</style>