Shades of London Hue #AE7FB1
Tints of London Hue #AE7FB1
RGB
CMYK
RGB Variations
Color information
#AE7FB1 (or 0xAE7FB1) is known color: London Hue. HEX triplet: AE, 7F and B1. RGB value is (174,127,177). Sum of RGB (Red+Green+Blue) = 174+127+177=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE7FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7FB1 is #51804E. Grayscale: #929292. Windows color (decimal): -5341263 or 11632558. OLE color: 11632558.
HSL color Cylindrical-coordinate representation of color #AE7FB1: hue angle of 296.4º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE7FB1 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 127 | 177 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.31 |
| HSL | 296.4º | 0.24% | 0.6% | - |
| HSV(B) | 296.4º | 0.28% | 0.69% | - |
| XYZ | 32.98 | 27.35 | 45.14 | - |
| YUV | 146.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 127 | 177 | 0.02 | 0.28 | 0 | 0.31 | 296.4 | 0.24 | 0.6 |
| Hex | AE | 7F | B1 | 2 | 1C | 0 | 1F | 128 | 18 | 3C |
| Octal | 256 | 177 | 261 | 2 | 34 | 0 | 37 | 450 | 30 | 74 |
| Binary | 10101110 | 1111111 | 10110001 | 10 | 11100 | 0 | 11111 | 100101000 | 11000 | 111100 |
Color Harmonies of #AE7FB1
Complementary color
Monochromatic Colors of #AE7FB1
Black with #AE7FB1
Text Example
Text Example
White with #AE7FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7FB1; }
p { color: rgb(174,127,177); }
H1.HeaderClassName
{
color: #AE7FB1;
}
.AnyTagClassName
{
color: #AE7FB1;
}
</style>
background-color css
<style>
a { background-color: #AE7FB1; }
a { background-color: rgb(174,127,177); }
div.DivClassName
{
background-color: #AE7FB1;
}
.BgClassName
{
background-color: #AE7FB1;
}
</style>
border-color css
<style>
span { border-color: #AE7FB1; }
span { border-color: rgb(174,127,177); }
td.TdClassName
{
border-color: #AE7FB1;
}
.TagClassName
{
border-color: #AE7FB1;
}
</style>