Shades of London Hue #AF9AB0
Tints of London Hue #AF9AB0
RGB
CMYK
RGB Variations
Color information
#AF9AB0 (or 0xAF9AB0) is known color: London Hue. HEX triplet: AF, 9A and B0. RGB value is (175,154,176). Sum of RGB (Red+Green+Blue) = 175+154+176=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF9AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9AB0 is #50654F. Grayscale: #A2A2A2. Windows color (decimal): -5268816 or 11573935. OLE color: 11573935.
HSL color Cylindrical-coordinate representation of color #AF9AB0: hue angle of 297.27º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AF9AB0 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 176 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.31 |
| HSL | 297.27º | 0.12% | 0.65% | - |
| HSV(B) | 297.27º | 0.13% | 0.69% | - |
| XYZ | 37.07 | 35.36 | 45.95 | - |
| YUV | 162.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 176 | 0.01 | 0.12 | 0 | 0.31 | 297.27 | 0.12 | 0.65 |
| Hex | AF | 9A | B0 | 1 | C | 0 | 1F | 129 | C | 41 |
| Octal | 257 | 232 | 260 | 1 | 14 | 0 | 37 | 451 | 14 | 101 |
| Binary | 10101111 | 10011010 | 10110000 | 1 | 1100 | 0 | 11111 | 100101001 | 1100 | 1000001 |
Color Harmonies of #AF9AB0
Complementary color
Monochromatic Colors of #AF9AB0
Black with #AF9AB0
Text Example
Text Example
White with #AF9AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9AB0; }
p { color: rgb(175,154,176); }
H1.HeaderClassName
{
color: #AF9AB0;
}
.AnyTagClassName
{
color: #AF9AB0;
}
</style>
background-color css
<style>
a { background-color: #AF9AB0; }
a { background-color: rgb(175,154,176); }
div.DivClassName
{
background-color: #AF9AB0;
}
.BgClassName
{
background-color: #AF9AB0;
}
</style>
border-color css
<style>
span { border-color: #AF9AB0; }
span { border-color: rgb(175,154,176); }
td.TdClassName
{
border-color: #AF9AB0;
}
.TagClassName
{
border-color: #AF9AB0;
}
</style>