Shades of London Hue #AF7FB0
Tints of London Hue #AF7FB0
RGB
CMYK
RGB Variations
Color information
#AF7FB0 (or 0xAF7FB0) is known color: London Hue. HEX triplet: AF, 7F and B0. RGB value is (175,127,176). Sum of RGB (Red+Green+Blue) = 175+127+176=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF7FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FB0 is #50804F. Grayscale: #929292. Windows color (decimal): -5275728 or 11567023. OLE color: 11567023.
HSL color Cylindrical-coordinate representation of color #AF7FB0: hue angle of 298.78º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF7FB0 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 176 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.31 |
| HSL | 298.78º | 0.24% | 0.59% | - |
| HSV(B) | 298.78º | 0.28% | 0.69% | - |
| XYZ | 33.11 | 27.43 | 44.62 | - |
| YUV | 146.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 176 | 0.01 | 0.28 | 0 | 0.31 | 298.78 | 0.24 | 0.59 |
| Hex | AF | 7F | B0 | 1 | 1C | 0 | 1F | 12B | 18 | 3B |
| Octal | 257 | 177 | 260 | 1 | 34 | 0 | 37 | 453 | 30 | 73 |
| Binary | 10101111 | 1111111 | 10110000 | 1 | 11100 | 0 | 11111 | 100101011 | 11000 | 111011 |
Color Harmonies of #AF7FB0
Complementary color
Monochromatic Colors of #AF7FB0
Black with #AF7FB0
Text Example
Text Example
White with #AF7FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FB0; }
p { color: rgb(175,127,176); }
H1.HeaderClassName
{
color: #AF7FB0;
}
.AnyTagClassName
{
color: #AF7FB0;
}
</style>
background-color css
<style>
a { background-color: #AF7FB0; }
a { background-color: rgb(175,127,176); }
div.DivClassName
{
background-color: #AF7FB0;
}
.BgClassName
{
background-color: #AF7FB0;
}
</style>
border-color css
<style>
span { border-color: #AF7FB0; }
span { border-color: rgb(175,127,176); }
td.TdClassName
{
border-color: #AF7FB0;
}
.TagClassName
{
border-color: #AF7FB0;
}
</style>