Shades of London Hue #AF8EA8
Tints of London Hue #AF8EA8
RGB
CMYK
RGB Variations
Color information
#AF8EA8 (or 0xAF8EA8) is known color: London Hue. HEX triplet: AF, 8E and A8. RGB value is (175,142,168). Sum of RGB (Red+Green+Blue) = 175+142+168=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8EA8 is #507157. Grayscale: #9A9A9A. Windows color (decimal): -5271896 or 11046575. OLE color: 11046575.
HSL color Cylindrical-coordinate representation of color #AF8EA8: hue angle of 312.73º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8EA8 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 168 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.31 |
| HSL | 312.73º | 0.17% | 0.62% | - |
| HSV(B) | 312.73º | 0.19% | 0.69% | - |
| XYZ | 34.42 | 31.29 | 41.27 | - |
| YUV | 154.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 168 | 0 | 0.19 | 0.04 | 0.31 | 312.73 | 0.17 | 0.62 |
| Hex | AF | 8E | A8 | 0 | 13 | 4 | 1F | 139 | 11 | 3E |
| Octal | 257 | 216 | 250 | 0 | 23 | 4 | 37 | 471 | 21 | 76 |
| Binary | 10101111 | 10001110 | 10101000 | 0 | 10011 | 100 | 11111 | 100111001 | 10001 | 111110 |
Color Harmonies of #AF8EA8
Complementary color
Monochromatic Colors of #AF8EA8
Black with #AF8EA8
Text Example
Text Example
White with #AF8EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8EA8; }
p { color: rgb(175,142,168); }
H1.HeaderClassName
{
color: #AF8EA8;
}
.AnyTagClassName
{
color: #AF8EA8;
}
</style>
background-color css
<style>
a { background-color: #AF8EA8; }
a { background-color: rgb(175,142,168); }
div.DivClassName
{
background-color: #AF8EA8;
}
.BgClassName
{
background-color: #AF8EA8;
}
</style>
border-color css
<style>
span { border-color: #AF8EA8; }
span { border-color: rgb(175,142,168); }
td.TdClassName
{
border-color: #AF8EA8;
}
.TagClassName
{
border-color: #AF8EA8;
}
</style>