Shades of London Hue #AE8AA8
Tints of London Hue #AE8AA8
RGB
CMYK
RGB Variations
Color information
#AE8AA8 (or 0xAE8AA8) is known color: London Hue. HEX triplet: AE, 8A and A8. RGB value is (174,138,168). Sum of RGB (Red+Green+Blue) = 174+138+168=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8AA8 is #517557. Grayscale: #989898. Windows color (decimal): -5338456 or 11045550. OLE color: 11045550.
HSL color Cylindrical-coordinate representation of color #AE8AA8: hue angle of 310º degrees, saturation: 0.18, 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 #AE8AA8 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 168 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.32 |
| HSL | 310º | 0.18% | 0.61% | - |
| HSV(B) | 310º | 0.21% | 0.68% | - |
| XYZ | 33.61 | 30 | 41.07 | - |
| YUV | 152.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 168 | 0 | 0.21 | 0.03 | 0.32 | 310 | 0.18 | 0.61 |
| Hex | AE | 8A | A8 | 0 | 15 | 3 | 20 | 136 | 12 | 3D |
| Octal | 256 | 212 | 250 | 0 | 25 | 3 | 40 | 466 | 22 | 75 |
| Binary | 10101110 | 10001010 | 10101000 | 0 | 10101 | 11 | 100000 | 100110110 | 10010 | 111101 |
Color Harmonies of #AE8AA8
Complementary color
Monochromatic Colors of #AE8AA8
Black with #AE8AA8
Text Example
Text Example
White with #AE8AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8AA8; }
p { color: rgb(174,138,168); }
H1.HeaderClassName
{
color: #AE8AA8;
}
.AnyTagClassName
{
color: #AE8AA8;
}
</style>
background-color css
<style>
a { background-color: #AE8AA8; }
a { background-color: rgb(174,138,168); }
div.DivClassName
{
background-color: #AE8AA8;
}
.BgClassName
{
background-color: #AE8AA8;
}
</style>
border-color css
<style>
span { border-color: #AE8AA8; }
span { border-color: rgb(174,138,168); }
td.TdClassName
{
border-color: #AE8AA8;
}
.TagClassName
{
border-color: #AE8AA8;
}
</style>