Shades of London Hue #AF98B1
Tints of London Hue #AF98B1
RGB
CMYK
RGB Variations
Color information
#AF98B1 (or 0xAF98B1) is known color: London Hue. HEX triplet: AF, 98 and B1. RGB value is (175,152,177). Sum of RGB (Red+Green+Blue) = 175+152+177=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF98B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF98B1 is #50674E. Grayscale: #A1A1A1. Windows color (decimal): -5269327 or 11638959. OLE color: 11638959.
HSL color Cylindrical-coordinate representation of color #AF98B1: hue angle of 295.2º degrees, saturation: 0.14, 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 #AF98B1 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 177 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.31 |
| HSL | 295.2º | 0.14% | 0.65% | - |
| HSV(B) | 295.2º | 0.14% | 0.69% | - |
| XYZ | 36.84 | 34.74 | 46.36 | - |
| YUV | 161.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 177 | 0.01 | 0.14 | 0 | 0.31 | 295.2 | 0.14 | 0.65 |
| Hex | AF | 98 | B1 | 1 | E | 0 | 1F | 127 | E | 41 |
| Octal | 257 | 230 | 261 | 1 | 16 | 0 | 37 | 447 | 16 | 101 |
| Binary | 10101111 | 10011000 | 10110001 | 1 | 1110 | 0 | 11111 | 100100111 | 1110 | 1000001 |
Color Harmonies of #AF98B1
Complementary color
Monochromatic Colors of #AF98B1
Black with #AF98B1
Text Example
Text Example
White with #AF98B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF98B1; }
p { color: rgb(175,152,177); }
H1.HeaderClassName
{
color: #AF98B1;
}
.AnyTagClassName
{
color: #AF98B1;
}
</style>
background-color css
<style>
a { background-color: #AF98B1; }
a { background-color: rgb(175,152,177); }
div.DivClassName
{
background-color: #AF98B1;
}
.BgClassName
{
background-color: #AF98B1;
}
</style>
border-color css
<style>
span { border-color: #AF98B1; }
span { border-color: rgb(175,152,177); }
td.TdClassName
{
border-color: #AF98B1;
}
.TagClassName
{
border-color: #AF98B1;
}
</style>