Shades of London Hue #BA7AAD
Tints of London Hue #BA7AAD
RGB
CMYK
RGB Variations
Color information
#BA7AAD (or 0xBA7AAD) is known color: London Hue. HEX triplet: BA, 7A and AD. RGB value is (186,122,173). Sum of RGB (Red+Green+Blue) = 186+122+173=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AAD is #458552. Grayscale: #929292. Windows color (decimal): -4556115 or 11369146. OLE color: 11369146.
HSL color Cylindrical-coordinate representation of color #BA7AAD: hue angle of 312.19º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7AAD is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 173 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.27 |
| HSL | 312.19º | 0.32% | 0.6% | - |
| HSV(B) | 312.19º | 0.34% | 0.73% | - |
| XYZ | 34.75 | 27.38 | 42.99 | - |
| YUV | 146.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 173 | 0 | 0.34 | 0.07 | 0.27 | 312.19 | 0.32 | 0.6 |
| Hex | BA | 7A | AD | 0 | 22 | 7 | 1B | 138 | 20 | 3C |
| Octal | 272 | 172 | 255 | 0 | 42 | 7 | 33 | 470 | 40 | 74 |
| Binary | 10111010 | 1111010 | 10101101 | 0 | 100010 | 111 | 11011 | 100111000 | 100000 | 111100 |
Color Harmonies of #BA7AAD
Complementary color
Monochromatic Colors of #BA7AAD
Black with #BA7AAD
Text Example
Text Example
White with #BA7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7AAD; }
p { color: rgb(186,122,173); }
H1.HeaderClassName
{
color: #BA7AAD;
}
.AnyTagClassName
{
color: #BA7AAD;
}
</style>
background-color css
<style>
a { background-color: #BA7AAD; }
a { background-color: rgb(186,122,173); }
div.DivClassName
{
background-color: #BA7AAD;
}
.BgClassName
{
background-color: #BA7AAD;
}
</style>
border-color css
<style>
span { border-color: #BA7AAD; }
span { border-color: rgb(186,122,173); }
td.TdClassName
{
border-color: #BA7AAD;
}
.TagClassName
{
border-color: #BA7AAD;
}
</style>