Shades of London Hue #B58AAF
Tints of London Hue #B58AAF
RGB
CMYK
RGB Variations
Color information
#B58AAF (or 0xB58AAF) is known color: London Hue. HEX triplet: B5, 8A and AF. RGB value is (181,138,175). Sum of RGB (Red+Green+Blue) = 181+138+175=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B58AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58AAF is #4A7550. Grayscale: #9A9A9A. Windows color (decimal): -4879697 or 11504309. OLE color: 11504309.
HSL color Cylindrical-coordinate representation of color #B58AAF: hue angle of 308.37º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B58AAF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 175 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.29 |
| HSL | 308.37º | 0.23% | 0.63% | - |
| HSV(B) | 308.37º | 0.24% | 0.71% | - |
| XYZ | 35.88 | 31.1 | 44.67 | - |
| YUV | 155.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 175 | 0 | 0.24 | 0.03 | 0.29 | 308.37 | 0.23 | 0.63 |
| Hex | B5 | 8A | AF | 0 | 18 | 3 | 1D | 134 | 17 | 3F |
| Octal | 265 | 212 | 257 | 0 | 30 | 3 | 35 | 464 | 27 | 77 |
| Binary | 10110101 | 10001010 | 10101111 | 0 | 11000 | 11 | 11101 | 100110100 | 10111 | 111111 |
Color Harmonies of #B58AAF
Complementary color
Monochromatic Colors of #B58AAF
Black with #B58AAF
Text Example
Text Example
White with #B58AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58AAF; }
p { color: rgb(181,138,175); }
H1.HeaderClassName
{
color: #B58AAF;
}
.AnyTagClassName
{
color: #B58AAF;
}
</style>
background-color css
<style>
a { background-color: #B58AAF; }
a { background-color: rgb(181,138,175); }
div.DivClassName
{
background-color: #B58AAF;
}
.BgClassName
{
background-color: #B58AAF;
}
</style>
border-color css
<style>
span { border-color: #B58AAF; }
span { border-color: rgb(181,138,175); }
td.TdClassName
{
border-color: #B58AAF;
}
.TagClassName
{
border-color: #B58AAF;
}
</style>