Shades of London Hue #AF8CA9
Tints of London Hue #AF8CA9
RGB
CMYK
RGB Variations
Color information
#AF8CA9 (or 0xAF8CA9) is known color: London Hue. HEX triplet: AF, 8C and A9. RGB value is (175,140,169). Sum of RGB (Red+Green+Blue) = 175+140+169=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CA9 is #507356. Grayscale: #999999. Windows color (decimal): -5272407 or 11111599. OLE color: 11111599.
HSL color Cylindrical-coordinate representation of color #AF8CA9: hue angle of 310.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8CA9 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 169 | - |
| CMYK | 0 | 0.2 | 0.03 | 0.31 |
| HSL | 310.29º | 0.18% | 0.62% | - |
| HSV(B) | 310.29º | 0.2% | 0.69% | - |
| XYZ | 34.22 | 30.73 | 41.66 | - |
| YUV | 153.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 169 | 0 | 0.2 | 0.03 | 0.31 | 310.29 | 0.18 | 0.62 |
| Hex | AF | 8C | A9 | 0 | 14 | 3 | 1F | 136 | 12 | 3E |
| Octal | 257 | 214 | 251 | 0 | 24 | 3 | 37 | 466 | 22 | 76 |
| Binary | 10101111 | 10001100 | 10101001 | 0 | 10100 | 11 | 11111 | 100110110 | 10010 | 111110 |
Color Harmonies of #AF8CA9
Complementary color
Monochromatic Colors of #AF8CA9
Black with #AF8CA9
Text Example
Text Example
White with #AF8CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CA9; }
p { color: rgb(175,140,169); }
H1.HeaderClassName
{
color: #AF8CA9;
}
.AnyTagClassName
{
color: #AF8CA9;
}
</style>
background-color css
<style>
a { background-color: #AF8CA9; }
a { background-color: rgb(175,140,169); }
div.DivClassName
{
background-color: #AF8CA9;
}
.BgClassName
{
background-color: #AF8CA9;
}
</style>
border-color css
<style>
span { border-color: #AF8CA9; }
span { border-color: rgb(175,140,169); }
td.TdClassName
{
border-color: #AF8CA9;
}
.TagClassName
{
border-color: #AF8CA9;
}
</style>