Shades of London Hue #AF80A7
Tints of London Hue #AF80A7
RGB
CMYK
RGB Variations
Color information
#AF80A7 (or 0xAF80A7) is known color: London Hue. HEX triplet: AF, 80 and A7. RGB value is (175,128,167). Sum of RGB (Red+Green+Blue) = 175+128+167=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80A7 is #507F58. Grayscale: #929292. Windows color (decimal): -5275481 or 10977455. OLE color: 10977455.
HSL color Cylindrical-coordinate representation of color #AF80A7: hue angle of 310.21º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF80A7 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 167 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.31 |
| HSL | 310.21º | 0.23% | 0.59% | - |
| HSV(B) | 310.21º | 0.27% | 0.69% | - |
| XYZ | 32.37 | 27.34 | 40.13 | - |
| YUV | 146.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 167 | 0 | 0.27 | 0.05 | 0.31 | 310.21 | 0.23 | 0.59 |
| Hex | AF | 80 | A7 | 0 | 1B | 5 | 1F | 136 | 17 | 3B |
| Octal | 257 | 200 | 247 | 0 | 33 | 5 | 37 | 466 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10100111 | 0 | 11011 | 101 | 11111 | 100110110 | 10111 | 111011 |
Color Harmonies of #AF80A7
Complementary color
Monochromatic Colors of #AF80A7
Black with #AF80A7
Text Example
Text Example
White with #AF80A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80A7; }
p { color: rgb(175,128,167); }
H1.HeaderClassName
{
color: #AF80A7;
}
.AnyTagClassName
{
color: #AF80A7;
}
</style>
background-color css
<style>
a { background-color: #AF80A7; }
a { background-color: rgb(175,128,167); }
div.DivClassName
{
background-color: #AF80A7;
}
.BgClassName
{
background-color: #AF80A7;
}
</style>
border-color css
<style>
span { border-color: #AF80A7; }
span { border-color: rgb(175,128,167); }
td.TdClassName
{
border-color: #AF80A7;
}
.TagClassName
{
border-color: #AF80A7;
}
</style>