Shades of London Hue #AE86AD
Tints of London Hue #AE86AD
RGB
CMYK
RGB Variations
Color information
#AE86AD (or 0xAE86AD) is known color: London Hue. HEX triplet: AE, 86 and AD. RGB value is (174,134,173). Sum of RGB (Red+Green+Blue) = 174+134+173=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 174 - color contains mainly: red. Hex color #AE86AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE86AD is #517952. Grayscale: #969696. Windows color (decimal): -5339475 or 11372206. OLE color: 11372206.
HSL color Cylindrical-coordinate representation of color #AE86AD: hue angle of 301.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE86AD is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 173 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.32 |
| HSL | 301.5º | 0.2% | 0.6% | - |
| HSV(B) | 301.5º | 0.23% | 0.68% | - |
| XYZ | 33.52 | 29.07 | 43.38 | - |
| YUV | 150.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 173 | 0 | 0.23 | 0.01 | 0.32 | 301.5 | 0.2 | 0.6 |
| Hex | AE | 86 | AD | 0 | 17 | 1 | 20 | 12E | 14 | 3C |
| Octal | 256 | 206 | 255 | 0 | 27 | 1 | 40 | 456 | 24 | 74 |
| Binary | 10101110 | 10000110 | 10101101 | 0 | 10111 | 1 | 100000 | 100101110 | 10100 | 111100 |
Color Harmonies of #AE86AD
Complementary color
Monochromatic Colors of #AE86AD
Black with #AE86AD
Text Example
Text Example
White with #AE86AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE86AD; }
p { color: rgb(174,134,173); }
H1.HeaderClassName
{
color: #AE86AD;
}
.AnyTagClassName
{
color: #AE86AD;
}
</style>
background-color css
<style>
a { background-color: #AE86AD; }
a { background-color: rgb(174,134,173); }
div.DivClassName
{
background-color: #AE86AD;
}
.BgClassName
{
background-color: #AE86AD;
}
</style>
border-color css
<style>
span { border-color: #AE86AD; }
span { border-color: rgb(174,134,173); }
td.TdClassName
{
border-color: #AE86AD;
}
.TagClassName
{
border-color: #AE86AD;
}
</style>