Shades of London Hue #AF9BB1
Tints of London Hue #AF9BB1
RGB
CMYK
RGB Variations
Color information
#AF9BB1 (or 0xAF9BB1) is known color: London Hue. HEX triplet: AF, 9B and B1. RGB value is (175,155,177). Sum of RGB (Red+Green+Blue) = 175+155+177=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF9BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9BB1 is #50644E. Grayscale: #A3A3A3. Windows color (decimal): -5268559 or 11639727. OLE color: 11639727.
HSL color Cylindrical-coordinate representation of color #AF9BB1: hue angle of 294.55º 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 #AF9BB1 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 177 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.31 |
| HSL | 294.55º | 0.12% | 0.65% | - |
| HSV(B) | 294.55º | 0.12% | 0.69% | - |
| XYZ | 37.34 | 35.73 | 46.52 | - |
| YUV | 163.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 177 | 0.01 | 0.12 | 0 | 0.31 | 294.55 | 0.12 | 0.65 |
| Hex | AF | 9B | B1 | 1 | C | 0 | 1F | 127 | C | 41 |
| Octal | 257 | 233 | 261 | 1 | 14 | 0 | 37 | 447 | 14 | 101 |
| Binary | 10101111 | 10011011 | 10110001 | 1 | 1100 | 0 | 11111 | 100100111 | 1100 | 1000001 |
Color Harmonies of #AF9BB1
Complementary color
Monochromatic Colors of #AF9BB1
Black with #AF9BB1
Text Example
Text Example
White with #AF9BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9BB1; }
p { color: rgb(175,155,177); }
H1.HeaderClassName
{
color: #AF9BB1;
}
.AnyTagClassName
{
color: #AF9BB1;
}
</style>
background-color css
<style>
a { background-color: #AF9BB1; }
a { background-color: rgb(175,155,177); }
div.DivClassName
{
background-color: #AF9BB1;
}
.BgClassName
{
background-color: #AF9BB1;
}
</style>
border-color css
<style>
span { border-color: #AF9BB1; }
span { border-color: rgb(175,155,177); }
td.TdClassName
{
border-color: #AF9BB1;
}
.TagClassName
{
border-color: #AF9BB1;
}
</style>