Shades of London Hue #AF9AB1
Tints of London Hue #AF9AB1
RGB
CMYK
RGB Variations
Color information
#AF9AB1 (or 0xAF9AB1) is known color: London Hue. HEX triplet: AF, 9A and B1. RGB value is (175,154,177). Sum of RGB (Red+Green+Blue) = 175+154+177=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF9AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9AB1 is #50654E. Grayscale: #A2A2A2. Windows color (decimal): -5268815 or 11639471. OLE color: 11639471.
HSL color Cylindrical-coordinate representation of color #AF9AB1: hue angle of 294.78º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF9AB1 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 177 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.31 |
| HSL | 294.78º | 0.13% | 0.65% | - |
| HSV(B) | 294.78º | 0.13% | 0.69% | - |
| XYZ | 37.17 | 35.4 | 46.47 | - |
| YUV | 162.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 177 | 0.01 | 0.13 | 0 | 0.31 | 294.78 | 0.13 | 0.65 |
| Hex | AF | 9A | B1 | 1 | D | 0 | 1F | 127 | D | 41 |
| Octal | 257 | 232 | 261 | 1 | 15 | 0 | 37 | 447 | 15 | 101 |
| Binary | 10101111 | 10011010 | 10110001 | 1 | 1101 | 0 | 11111 | 100100111 | 1101 | 1000001 |
Color Harmonies of #AF9AB1
Complementary color
Monochromatic Colors of #AF9AB1
Black with #AF9AB1
Text Example
Text Example
White with #AF9AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9AB1; }
p { color: rgb(175,154,177); }
H1.HeaderClassName
{
color: #AF9AB1;
}
.AnyTagClassName
{
color: #AF9AB1;
}
</style>
background-color css
<style>
a { background-color: #AF9AB1; }
a { background-color: rgb(175,154,177); }
div.DivClassName
{
background-color: #AF9AB1;
}
.BgClassName
{
background-color: #AF9AB1;
}
</style>
border-color css
<style>
span { border-color: #AF9AB1; }
span { border-color: rgb(175,154,177); }
td.TdClassName
{
border-color: #AF9AB1;
}
.TagClassName
{
border-color: #AF9AB1;
}
</style>