Shades of London Hue #AE8FA6
Tints of London Hue #AE8FA6
RGB
CMYK
RGB Variations
Color information
#AE8FA6 (or 0xAE8FA6) is known color: London Hue. HEX triplet: AE, 8F and A6. RGB value is (174,143,166). Sum of RGB (Red+Green+Blue) = 174+143+166=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8FA6 is #517059. Grayscale: #9A9A9A. Windows color (decimal): -5337178 or 10915758. OLE color: 10915758.
HSL color Cylindrical-coordinate representation of color #AE8FA6: hue angle of 315.48º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AE8FA6 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 166 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.32 |
| HSL | 315.48º | 0.16% | 0.62% | - |
| HSV(B) | 315.48º | 0.18% | 0.68% | - |
| XYZ | 34.16 | 31.4 | 40.34 | - |
| YUV | 154.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 166 | 0 | 0.18 | 0.05 | 0.32 | 315.48 | 0.16 | 0.62 |
| Hex | AE | 8F | A6 | 0 | 12 | 5 | 20 | 13B | 10 | 3E |
| Octal | 256 | 217 | 246 | 0 | 22 | 5 | 40 | 473 | 20 | 76 |
| Binary | 10101110 | 10001111 | 10100110 | 0 | 10010 | 101 | 100000 | 100111011 | 10000 | 111110 |
Color Harmonies of #AE8FA6
Complementary color
Monochromatic Colors of #AE8FA6
Black with #AE8FA6
Text Example
Text Example
White with #AE8FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8FA6; }
p { color: rgb(174,143,166); }
H1.HeaderClassName
{
color: #AE8FA6;
}
.AnyTagClassName
{
color: #AE8FA6;
}
</style>
background-color css
<style>
a { background-color: #AE8FA6; }
a { background-color: rgb(174,143,166); }
div.DivClassName
{
background-color: #AE8FA6;
}
.BgClassName
{
background-color: #AE8FA6;
}
</style>
border-color css
<style>
span { border-color: #AE8FA6; }
span { border-color: rgb(174,143,166); }
td.TdClassName
{
border-color: #AE8FA6;
}
.TagClassName
{
border-color: #AE8FA6;
}
</style>