Shades of London Hue #AF91AB
Tints of London Hue #AF91AB
RGB
CMYK
RGB Variations
Color information
#AF91AB (or 0xAF91AB) is known color: London Hue. HEX triplet: AF, 91 and AB. RGB value is (175,145,171). Sum of RGB (Red+Green+Blue) = 175+145+171=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AF91AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF91AB is #506E54. Grayscale: #9C9C9C. Windows color (decimal): -5271125 or 11243951. OLE color: 11243951.
HSL color Cylindrical-coordinate representation of color #AF91AB: hue angle of 308º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF91AB is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 171 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.31 |
| HSL | 308º | 0.16% | 0.63% | - |
| HSV(B) | 308º | 0.17% | 0.69% | - |
| XYZ | 35.16 | 32.31 | 42.91 | - |
| YUV | 156.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 171 | 0 | 0.17 | 0.02 | 0.31 | 308 | 0.16 | 0.63 |
| Hex | AF | 91 | AB | 0 | 11 | 2 | 1F | 134 | 10 | 3F |
| Octal | 257 | 221 | 253 | 0 | 21 | 2 | 37 | 464 | 20 | 77 |
| Binary | 10101111 | 10010001 | 10101011 | 0 | 10001 | 10 | 11111 | 100110100 | 10000 | 111111 |
Color Harmonies of #AF91AB
Complementary color
Monochromatic Colors of #AF91AB
Black with #AF91AB
Text Example
Text Example
White with #AF91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91AB; }
p { color: rgb(175,145,171); }
H1.HeaderClassName
{
color: #AF91AB;
}
.AnyTagClassName
{
color: #AF91AB;
}
</style>
background-color css
<style>
a { background-color: #AF91AB; }
a { background-color: rgb(175,145,171); }
div.DivClassName
{
background-color: #AF91AB;
}
.BgClassName
{
background-color: #AF91AB;
}
</style>
border-color css
<style>
span { border-color: #AF91AB; }
span { border-color: rgb(175,145,171); }
td.TdClassName
{
border-color: #AF91AB;
}
.TagClassName
{
border-color: #AF91AB;
}
</style>