Shades of London Hue #AF8EAC
Tints of London Hue #AF8EAC
RGB
CMYK
RGB Variations
Color information
#AF8EAC (or 0xAF8EAC) is known color: London Hue. HEX triplet: AF, 8E and AC. RGB value is (175,142,172). Sum of RGB (Red+Green+Blue) = 175+142+172=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8EAC is #507153. Grayscale: #9B9B9B. Windows color (decimal): -5271892 or 11308719. OLE color: 11308719.
HSL color Cylindrical-coordinate representation of color #AF8EAC: hue angle of 305.45º 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 #AF8EAC is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 172 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.31 |
| HSL | 305.45º | 0.17% | 0.62% | - |
| HSV(B) | 305.45º | 0.19% | 0.69% | - |
| XYZ | 34.8 | 31.44 | 43.26 | - |
| YUV | 155.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 172 | 0 | 0.19 | 0.02 | 0.31 | 305.45 | 0.17 | 0.62 |
| Hex | AF | 8E | AC | 0 | 13 | 2 | 1F | 131 | 11 | 3E |
| Octal | 257 | 216 | 254 | 0 | 23 | 2 | 37 | 461 | 21 | 76 |
| Binary | 10101111 | 10001110 | 10101100 | 0 | 10011 | 10 | 11111 | 100110001 | 10001 | 111110 |
Color Harmonies of #AF8EAC
Complementary color
Monochromatic Colors of #AF8EAC
Black with #AF8EAC
Text Example
Text Example
White with #AF8EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8EAC; }
p { color: rgb(175,142,172); }
H1.HeaderClassName
{
color: #AF8EAC;
}
.AnyTagClassName
{
color: #AF8EAC;
}
</style>
background-color css
<style>
a { background-color: #AF8EAC; }
a { background-color: rgb(175,142,172); }
div.DivClassName
{
background-color: #AF8EAC;
}
.BgClassName
{
background-color: #AF8EAC;
}
</style>
border-color css
<style>
span { border-color: #AF8EAC; }
span { border-color: rgb(175,142,172); }
td.TdClassName
{
border-color: #AF8EAC;
}
.TagClassName
{
border-color: #AF8EAC;
}
</style>