Shades of London Hue #AE77AB
Tints of London Hue #AE77AB
RGB
CMYK
RGB Variations
Color information
#AE77AB (or 0xAE77AB) is known color: London Hue. HEX triplet: AE, 77 and AB. RGB value is (174,119,171). Sum of RGB (Red+Green+Blue) = 174+119+171=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE77AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE77AB is #518854. Grayscale: #8D8D8D. Windows color (decimal): -5343317 or 11237294. OLE color: 11237294.
HSL color Cylindrical-coordinate representation of color #AE77AB: hue angle of 303.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE77AB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 119 | 171 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.32 |
| HSL | 303.27º | 0.25% | 0.57% | - |
| HSV(B) | 303.27º | 0.32% | 0.68% | - |
| XYZ | 31.4 | 25.13 | 41.72 | - |
| YUV | 141.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 171 | 0 | 0.32 | 0.02 | 0.32 | 303.27 | 0.25 | 0.57 |
| Hex | AE | 77 | AB | 0 | 20 | 2 | 20 | 12F | 19 | 39 |
| Octal | 256 | 167 | 253 | 0 | 40 | 2 | 40 | 457 | 31 | 71 |
| Binary | 10101110 | 1110111 | 10101011 | 0 | 100000 | 10 | 100000 | 100101111 | 11001 | 111001 |
Color Harmonies of #AE77AB
Complementary color
Monochromatic Colors of #AE77AB
Black with #AE77AB
Text Example
Text Example
White with #AE77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE77AB; }
p { color: rgb(174,119,171); }
H1.HeaderClassName
{
color: #AE77AB;
}
.AnyTagClassName
{
color: #AE77AB;
}
</style>
background-color css
<style>
a { background-color: #AE77AB; }
a { background-color: rgb(174,119,171); }
div.DivClassName
{
background-color: #AE77AB;
}
.BgClassName
{
background-color: #AE77AB;
}
</style>
border-color css
<style>
span { border-color: #AE77AB; }
span { border-color: rgb(174,119,171); }
td.TdClassName
{
border-color: #AE77AB;
}
.TagClassName
{
border-color: #AE77AB;
}
</style>