Shades of London Hue #AF99B1
Tints of London Hue #AF99B1
RGB
CMYK
RGB Variations
Color information
#AF99B1 (or 0xAF99B1) is known color: London Hue. HEX triplet: AF, 99 and B1. RGB value is (175,153,177). Sum of RGB (Red+Green+Blue) = 175+153+177=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF99B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99B1 is #50664E. Grayscale: #A2A2A2. Windows color (decimal): -5269071 or 11639215. OLE color: 11639215.
HSL color Cylindrical-coordinate representation of color #AF99B1: hue angle of 295º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF99B1 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 177 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.31 |
| HSL | 295º | 0.13% | 0.65% | - |
| HSV(B) | 295º | 0.14% | 0.69% | - |
| XYZ | 37.01 | 35.07 | 46.41 | - |
| YUV | 162.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 177 | 0.01 | 0.14 | 0 | 0.31 | 295 | 0.13 | 0.65 |
| Hex | AF | 99 | B1 | 1 | E | 0 | 1F | 127 | D | 41 |
| Octal | 257 | 231 | 261 | 1 | 16 | 0 | 37 | 447 | 15 | 101 |
| Binary | 10101111 | 10011001 | 10110001 | 1 | 1110 | 0 | 11111 | 100100111 | 1101 | 1000001 |
Color Harmonies of #AF99B1
Complementary color
Monochromatic Colors of #AF99B1
Black with #AF99B1
Text Example
Text Example
White with #AF99B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99B1; }
p { color: rgb(175,153,177); }
H1.HeaderClassName
{
color: #AF99B1;
}
.AnyTagClassName
{
color: #AF99B1;
}
</style>
background-color css
<style>
a { background-color: #AF99B1; }
a { background-color: rgb(175,153,177); }
div.DivClassName
{
background-color: #AF99B1;
}
.BgClassName
{
background-color: #AF99B1;
}
</style>
border-color css
<style>
span { border-color: #AF99B1; }
span { border-color: rgb(175,153,177); }
td.TdClassName
{
border-color: #AF99B1;
}
.TagClassName
{
border-color: #AF99B1;
}
</style>