Shades of London Hue #AF91B3
Tints of London Hue #AF91B3
RGB
CMYK
RGB Variations
Color information
#AF91B3 (or 0xAF91B3) is known color: London Hue. HEX triplet: AF, 91 and B3. RGB value is (175,145,179). Sum of RGB (Red+Green+Blue) = 175+145+179=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF91B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91B3 is #506E4C. Grayscale: #9D9D9D. Windows color (decimal): -5271117 or 11768239. OLE color: 11768239.
HSL color Cylindrical-coordinate representation of color #AF91B3: hue angle of 292.94º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF91B3 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 145 | 179 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.30 |
| HSL | 292.94º | 0.18% | 0.64% | - |
| HSV(B) | 292.94º | 0.19% | 0.7% | - |
| XYZ | 35.94 | 32.62 | 47.05 | - |
| YUV | 157.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 179 | 0.02 | 0.19 | 0 | 0.30 | 292.94 | 0.18 | 0.64 |
| Hex | AF | 91 | B3 | 2 | 13 | 0 | 1E | 125 | 12 | 40 |
| Octal | 257 | 221 | 263 | 2 | 23 | 0 | 36 | 445 | 22 | 100 |
| Binary | 10101111 | 10010001 | 10110011 | 10 | 10011 | 0 | 11110 | 100100101 | 10010 | 1000000 |
Color Harmonies of #AF91B3
Complementary color
Monochromatic Colors of #AF91B3
Black with #AF91B3
Text Example
Text Example
White with #AF91B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91B3; }
p { color: rgb(175,145,179); }
H1.HeaderClassName
{
color: #AF91B3;
}
.AnyTagClassName
{
color: #AF91B3;
}
</style>
background-color css
<style>
a { background-color: #AF91B3; }
a { background-color: rgb(175,145,179); }
div.DivClassName
{
background-color: #AF91B3;
}
.BgClassName
{
background-color: #AF91B3;
}
</style>
border-color css
<style>
span { border-color: #AF91B3; }
span { border-color: rgb(175,145,179); }
td.TdClassName
{
border-color: #AF91B3;
}
.TagClassName
{
border-color: #AF91B3;
}
</style>