Shades of London Hue #B07AAF
Tints of London Hue #B07AAF
RGB
CMYK
RGB Variations
Color information
#B07AAF (or 0xB07AAF) is known color: London Hue. HEX triplet: B0, 7A and AF. RGB value is (176,122,175). Sum of RGB (Red+Green+Blue) = 176+122+175=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AAF is #4F8550. Grayscale: #909090. Windows color (decimal): -5211473 or 11500208. OLE color: 11500208.
HSL color Cylindrical-coordinate representation of color #B07AAF: hue angle of 301.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07AAF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 175 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.31 |
| HSL | 301.11º | 0.25% | 0.58% | - |
| HSV(B) | 301.11º | 0.31% | 0.69% | - |
| XYZ | 32.6 | 26.24 | 43.9 | - |
| YUV | 144.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 175 | 0 | 0.31 | 0.01 | 0.31 | 301.11 | 0.25 | 0.58 |
| Hex | B0 | 7A | AF | 0 | 1F | 1 | 1F | 12D | 19 | 3A |
| Octal | 260 | 172 | 257 | 0 | 37 | 1 | 37 | 455 | 31 | 72 |
| Binary | 10110000 | 1111010 | 10101111 | 0 | 11111 | 1 | 11111 | 100101101 | 11001 | 111010 |
Color Harmonies of #B07AAF
Complementary color
Monochromatic Colors of #B07AAF
Black with #B07AAF
Text Example
Text Example
White with #B07AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07AAF; }
p { color: rgb(176,122,175); }
H1.HeaderClassName
{
color: #B07AAF;
}
.AnyTagClassName
{
color: #B07AAF;
}
</style>
background-color css
<style>
a { background-color: #B07AAF; }
a { background-color: rgb(176,122,175); }
div.DivClassName
{
background-color: #B07AAF;
}
.BgClassName
{
background-color: #B07AAF;
}
</style>
border-color css
<style>
span { border-color: #B07AAF; }
span { border-color: rgb(176,122,175); }
td.TdClassName
{
border-color: #B07AAF;
}
.TagClassName
{
border-color: #B07AAF;
}
</style>