Shades of London Hue #AF80AC
Tints of London Hue #AF80AC
RGB
CMYK
RGB Variations
Color information
#AF80AC (or 0xAF80AC) is known color: London Hue. HEX triplet: AF, 80 and AC. RGB value is (175,128,172). Sum of RGB (Red+Green+Blue) = 175+128+172=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80AC is #507F53. Grayscale: #929292. Windows color (decimal): -5275476 or 11305135. OLE color: 11305135.
HSL color Cylindrical-coordinate representation of color #AF80AC: hue angle of 303.83º 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 #AF80AC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 172 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.31 |
| HSL | 303.83º | 0.23% | 0.59% | - |
| HSV(B) | 303.83º | 0.27% | 0.69% | - |
| XYZ | 32.84 | 27.53 | 42.61 | - |
| YUV | 147.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 172 | 0 | 0.27 | 0.02 | 0.31 | 303.83 | 0.23 | 0.59 |
| Hex | AF | 80 | AC | 0 | 1B | 2 | 1F | 130 | 17 | 3B |
| Octal | 257 | 200 | 254 | 0 | 33 | 2 | 37 | 460 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10101100 | 0 | 11011 | 10 | 11111 | 100110000 | 10111 | 111011 |
Color Harmonies of #AF80AC
Complementary color
Monochromatic Colors of #AF80AC
Black with #AF80AC
Text Example
Text Example
White with #AF80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80AC; }
p { color: rgb(175,128,172); }
H1.HeaderClassName
{
color: #AF80AC;
}
.AnyTagClassName
{
color: #AF80AC;
}
</style>
background-color css
<style>
a { background-color: #AF80AC; }
a { background-color: rgb(175,128,172); }
div.DivClassName
{
background-color: #AF80AC;
}
.BgClassName
{
background-color: #AF80AC;
}
</style>
border-color css
<style>
span { border-color: #AF80AC; }
span { border-color: rgb(175,128,172); }
td.TdClassName
{
border-color: #AF80AC;
}
.TagClassName
{
border-color: #AF80AC;
}
</style>