Shades of London Hue #AF9DB0
Tints of London Hue #AF9DB0
RGB
CMYK
RGB Variations
Color information
#AF9DB0 (or 0xAF9DB0) is known color: London Hue. HEX triplet: AF, 9D and B0. RGB value is (175,157,176). Sum of RGB (Red+Green+Blue) = 175+157+176=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF9DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DB0 is #50624F. Grayscale: #A4A4A4. Windows color (decimal): -5268048 or 11574703. OLE color: 11574703.
HSL color Cylindrical-coordinate representation of color #AF9DB0: hue angle of 296.84º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AF9DB0 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 176 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.31 |
| HSL | 296.84º | 0.11% | 0.65% | - |
| HSV(B) | 296.84º | 0.11% | 0.69% | - |
| XYZ | 37.57 | 36.36 | 46.11 | - |
| YUV | 164.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 176 | 0.01 | 0.11 | 0 | 0.31 | 296.84 | 0.11 | 0.65 |
| Hex | AF | 9D | B0 | 1 | B | 0 | 1F | 129 | B | 41 |
| Octal | 257 | 235 | 260 | 1 | 13 | 0 | 37 | 451 | 13 | 101 |
| Binary | 10101111 | 10011101 | 10110000 | 1 | 1011 | 0 | 11111 | 100101001 | 1011 | 1000001 |
Color Harmonies of #AF9DB0
Complementary color
Monochromatic Colors of #AF9DB0
Black with #AF9DB0
Text Example
Text Example
White with #AF9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9DB0; }
p { color: rgb(175,157,176); }
H1.HeaderClassName
{
color: #AF9DB0;
}
.AnyTagClassName
{
color: #AF9DB0;
}
</style>
background-color css
<style>
a { background-color: #AF9DB0; }
a { background-color: rgb(175,157,176); }
div.DivClassName
{
background-color: #AF9DB0;
}
.BgClassName
{
background-color: #AF9DB0;
}
</style>
border-color css
<style>
span { border-color: #AF9DB0; }
span { border-color: rgb(175,157,176); }
td.TdClassName
{
border-color: #AF9DB0;
}
.TagClassName
{
border-color: #AF9DB0;
}
</style>