Shades of London Hue #AE88B1
Tints of London Hue #AE88B1
RGB
CMYK
RGB Variations
Color information
#AE88B1 (or 0xAE88B1) is known color: London Hue. HEX triplet: AE, 88 and B1. RGB value is (174,136,177). Sum of RGB (Red+Green+Blue) = 174+136+177=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE88B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE88B1 is #51774E. Grayscale: #979797. Windows color (decimal): -5338959 or 11634862. OLE color: 11634862.
HSL color Cylindrical-coordinate representation of color #AE88B1: hue angle of 295.61º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE88B1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 136 | 177 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.31 |
| HSL | 295.61º | 0.21% | 0.61% | - |
| HSV(B) | 295.61º | 0.23% | 0.69% | - |
| XYZ | 34.2 | 29.78 | 45.54 | - |
| YUV | 152.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 177 | 0.02 | 0.23 | 0 | 0.31 | 295.61 | 0.21 | 0.61 |
| Hex | AE | 88 | B1 | 2 | 17 | 0 | 1F | 128 | 15 | 3D |
| Octal | 256 | 210 | 261 | 2 | 27 | 0 | 37 | 450 | 25 | 75 |
| Binary | 10101110 | 10001000 | 10110001 | 10 | 10111 | 0 | 11111 | 100101000 | 10101 | 111101 |
Color Harmonies of #AE88B1
Complementary color
Monochromatic Colors of #AE88B1
Black with #AE88B1
Text Example
Text Example
White with #AE88B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE88B1; }
p { color: rgb(174,136,177); }
H1.HeaderClassName
{
color: #AE88B1;
}
.AnyTagClassName
{
color: #AE88B1;
}
</style>
background-color css
<style>
a { background-color: #AE88B1; }
a { background-color: rgb(174,136,177); }
div.DivClassName
{
background-color: #AE88B1;
}
.BgClassName
{
background-color: #AE88B1;
}
</style>
border-color css
<style>
span { border-color: #AE88B1; }
span { border-color: rgb(174,136,177); }
td.TdClassName
{
border-color: #AE88B1;
}
.TagClassName
{
border-color: #AE88B1;
}
</style>