Shades of London Hue #AE89A8
Tints of London Hue #AE89A8
RGB
CMYK
RGB Variations
Color information
#AE89A8 (or 0xAE89A8) is known color: London Hue. HEX triplet: AE, 89 and A8. RGB value is (174,137,168). Sum of RGB (Red+Green+Blue) = 174+137+168=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 174 - color contains mainly: red. Hex color #AE89A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE89A8 is #517657. Grayscale: #979797. Windows color (decimal): -5338712 or 11045294. OLE color: 11045294.
HSL color Cylindrical-coordinate representation of color #AE89A8: hue angle of 309.73º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE89A8 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 137 | 168 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.32 |
| HSL | 309.73º | 0.19% | 0.61% | - |
| HSV(B) | 309.73º | 0.21% | 0.68% | - |
| XYZ | 33.47 | 29.72 | 41.02 | - |
| YUV | 151.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 168 | 0 | 0.21 | 0.03 | 0.32 | 309.73 | 0.19 | 0.61 |
| Hex | AE | 89 | A8 | 0 | 15 | 3 | 20 | 136 | 13 | 3D |
| Octal | 256 | 211 | 250 | 0 | 25 | 3 | 40 | 466 | 23 | 75 |
| Binary | 10101110 | 10001001 | 10101000 | 0 | 10101 | 11 | 100000 | 100110110 | 10011 | 111101 |
Color Harmonies of #AE89A8
Complementary color
Monochromatic Colors of #AE89A8
Black with #AE89A8
Text Example
Text Example
White with #AE89A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE89A8; }
p { color: rgb(174,137,168); }
H1.HeaderClassName
{
color: #AE89A8;
}
.AnyTagClassName
{
color: #AE89A8;
}
</style>
background-color css
<style>
a { background-color: #AE89A8; }
a { background-color: rgb(174,137,168); }
div.DivClassName
{
background-color: #AE89A8;
}
.BgClassName
{
background-color: #AE89A8;
}
</style>
border-color css
<style>
span { border-color: #AE89A8; }
span { border-color: rgb(174,137,168); }
td.TdClassName
{
border-color: #AE89A8;
}
.TagClassName
{
border-color: #AE89A8;
}
</style>