Shades of London Hue #A78BAA
Tints of London Hue #A78BAA
RGB
CMYK
RGB Variations
Color information
#A78BAA (or 0xA78BAA) is known color: London Hue. HEX triplet: A7, 8B and AA. RGB value is (167,139,170). Sum of RGB (Red+Green+Blue) = 167+139+170=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #A78BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78BAA is #587455. Grayscale: #969696. Windows color (decimal): -5796950 or 11176871. OLE color: 11176871.
HSL color Cylindrical-coordinate representation of color #A78BAA: hue angle of 294.19º 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 #A78BAA is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 139 | 170 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.33 |
| HSL | 294.19º | 0.15% | 0.61% | - |
| HSV(B) | 294.19º | 0.18% | 0.67% | - |
| XYZ | 32.42 | 29.58 | 42.03 | - |
| YUV | 150.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 170 | 0.02 | 0.18 | 0 | 0.33 | 294.19 | 0.15 | 0.61 |
| Hex | A7 | 8B | AA | 2 | 12 | 0 | 21 | 126 | F | 3D |
| Octal | 247 | 213 | 252 | 2 | 22 | 0 | 41 | 446 | 17 | 75 |
| Binary | 10100111 | 10001011 | 10101010 | 10 | 10010 | 0 | 100001 | 100100110 | 1111 | 111101 |
Color Harmonies of #A78BAA
Complementary color
Monochromatic Colors of #A78BAA
Black with #A78BAA
Text Example
Text Example
White with #A78BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BAA; }
p { color: rgb(167,139,170); }
H1.HeaderClassName
{
color: #A78BAA;
}
.AnyTagClassName
{
color: #A78BAA;
}
</style>
background-color css
<style>
a { background-color: #A78BAA; }
a { background-color: rgb(167,139,170); }
div.DivClassName
{
background-color: #A78BAA;
}
.BgClassName
{
background-color: #A78BAA;
}
</style>
border-color css
<style>
span { border-color: #A78BAA; }
span { border-color: rgb(167,139,170); }
td.TdClassName
{
border-color: #A78BAA;
}
.TagClassName
{
border-color: #A78BAA;
}
</style>