Shades of London Hue #AF90B3
Tints of London Hue #AF90B3
RGB
CMYK
RGB Variations
Color information
#AF90B3 (or 0xAF90B3) is known color: London Hue. HEX triplet: AF, 90 and B3. RGB value is (175,144,179). Sum of RGB (Red+Green+Blue) = 175+144+179=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF90B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90B3 is #506F4C. Grayscale: #9D9D9D. Windows color (decimal): -5271373 or 11767983. OLE color: 11767983.
HSL color Cylindrical-coordinate representation of color #AF90B3: hue angle of 293.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF90B3 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 144 | 179 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.30 |
| HSL | 293.14º | 0.19% | 0.63% | - |
| HSV(B) | 293.14º | 0.2% | 0.7% | - |
| XYZ | 35.79 | 32.32 | 47 | - |
| YUV | 157.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 179 | 0.02 | 0.20 | 0 | 0.30 | 293.14 | 0.19 | 0.63 |
| Hex | AF | 90 | B3 | 2 | 14 | 0 | 1E | 125 | 13 | 3F |
| Octal | 257 | 220 | 263 | 2 | 24 | 0 | 36 | 445 | 23 | 77 |
| Binary | 10101111 | 10010000 | 10110011 | 10 | 10100 | 0 | 11110 | 100100101 | 10011 | 111111 |
Color Harmonies of #AF90B3
Complementary color
Monochromatic Colors of #AF90B3
Black with #AF90B3
Text Example
Text Example
White with #AF90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90B3; }
p { color: rgb(175,144,179); }
H1.HeaderClassName
{
color: #AF90B3;
}
.AnyTagClassName
{
color: #AF90B3;
}
</style>
background-color css
<style>
a { background-color: #AF90B3; }
a { background-color: rgb(175,144,179); }
div.DivClassName
{
background-color: #AF90B3;
}
.BgClassName
{
background-color: #AF90B3;
}
</style>
border-color css
<style>
span { border-color: #AF90B3; }
span { border-color: rgb(175,144,179); }
td.TdClassName
{
border-color: #AF90B3;
}
.TagClassName
{
border-color: #AF90B3;
}
</style>