Shades of London Hue #AF98B2
Tints of London Hue #AF98B2
RGB
CMYK
RGB Variations
Color information
#AF98B2 (or 0xAF98B2) is known color: London Hue. HEX triplet: AF, 98 and B2. RGB value is (175,152,178). Sum of RGB (Red+Green+Blue) = 175+152+178=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF98B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF98B2 is #50674D. Grayscale: #A1A1A1. Windows color (decimal): -5269326 or 11704495. OLE color: 11704495.
HSL color Cylindrical-coordinate representation of color #AF98B2: hue angle of 293.08º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF98B2 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 152 | 178 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.30 |
| HSL | 293.08º | 0.14% | 0.65% | - |
| HSV(B) | 293.08º | 0.15% | 0.7% | - |
| XYZ | 36.94 | 34.78 | 46.89 | - |
| YUV | 161.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 178 | 0.02 | 0.15 | 0 | 0.30 | 293.08 | 0.14 | 0.65 |
| Hex | AF | 98 | B2 | 2 | F | 0 | 1E | 125 | E | 41 |
| Octal | 257 | 230 | 262 | 2 | 17 | 0 | 36 | 445 | 16 | 101 |
| Binary | 10101111 | 10011000 | 10110010 | 10 | 1111 | 0 | 11110 | 100100101 | 1110 | 1000001 |
Color Harmonies of #AF98B2
Complementary color
Monochromatic Colors of #AF98B2
Black with #AF98B2
Text Example
Text Example
White with #AF98B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF98B2; }
p { color: rgb(175,152,178); }
H1.HeaderClassName
{
color: #AF98B2;
}
.AnyTagClassName
{
color: #AF98B2;
}
</style>
background-color css
<style>
a { background-color: #AF98B2; }
a { background-color: rgb(175,152,178); }
div.DivClassName
{
background-color: #AF98B2;
}
.BgClassName
{
background-color: #AF98B2;
}
</style>
border-color css
<style>
span { border-color: #AF98B2; }
span { border-color: rgb(175,152,178); }
td.TdClassName
{
border-color: #AF98B2;
}
.TagClassName
{
border-color: #AF98B2;
}
</style>