Shades of London Hue #AF80AD
Tints of London Hue #AF80AD
RGB
CMYK
RGB Variations
Color information
#AF80AD (or 0xAF80AD) is known color: London Hue. HEX triplet: AF, 80 and AD. RGB value is (175,128,173). Sum of RGB (Red+Green+Blue) = 175+128+173=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80AD is #507F52. Grayscale: #939393. Windows color (decimal): -5275475 or 11370671. OLE color: 11370671.
HSL color Cylindrical-coordinate representation of color #AF80AD: hue angle of 302.55º 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 #AF80AD is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 173 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.31 |
| HSL | 302.55º | 0.23% | 0.59% | - |
| HSV(B) | 302.55º | 0.27% | 0.69% | - |
| XYZ | 32.94 | 27.57 | 43.12 | - |
| YUV | 147.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 173 | 0 | 0.27 | 0.01 | 0.31 | 302.55 | 0.23 | 0.59 |
| Hex | AF | 80 | AD | 0 | 1B | 1 | 1F | 12F | 17 | 3B |
| Octal | 257 | 200 | 255 | 0 | 33 | 1 | 37 | 457 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10101101 | 0 | 11011 | 1 | 11111 | 100101111 | 10111 | 111011 |
Color Harmonies of #AF80AD
Complementary color
Monochromatic Colors of #AF80AD
Black with #AF80AD
Text Example
Text Example
White with #AF80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80AD; }
p { color: rgb(175,128,173); }
H1.HeaderClassName
{
color: #AF80AD;
}
.AnyTagClassName
{
color: #AF80AD;
}
</style>
background-color css
<style>
a { background-color: #AF80AD; }
a { background-color: rgb(175,128,173); }
div.DivClassName
{
background-color: #AF80AD;
}
.BgClassName
{
background-color: #AF80AD;
}
</style>
border-color css
<style>
span { border-color: #AF80AD; }
span { border-color: rgb(175,128,173); }
td.TdClassName
{
border-color: #AF80AD;
}
.TagClassName
{
border-color: #AF80AD;
}
</style>