Shades of London Hue #AF80AF
Tints of London Hue #AF80AF
RGB
CMYK
RGB Variations
Color information
#AF80AF (or 0xAF80AF) is known color: London Hue. HEX triplet: AF, 80 and AF. RGB value is (175,128,175). Sum of RGB (Red+Green+Blue) = 175+128+175=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF80AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80AF is #507F50. Grayscale: #939393. Windows color (decimal): -5275473 or 11501743. OLE color: 11501743.
HSL color Cylindrical-coordinate representation of color #AF80AF: hue angle of 300º 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 #AF80AF is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 175 | - |
| CMYK | 0 | 0.27 | 0 | 0.31 |
| HSL | 300º | 0.23% | 0.59% | - |
| HSV(B) | 300º | 0.27% | 0.69% | - |
| XYZ | 33.14 | 27.65 | 44.15 | - |
| YUV | 147.41 | 143.57 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 175 | 0 | 0.27 | 0 | 0.31 | 300 | 0.23 | 0.59 |
| Hex | AF | 80 | AF | 0 | 1B | 0 | 1F | 12C | 17 | 3B |
| Octal | 257 | 200 | 257 | 0 | 33 | 0 | 37 | 454 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10101111 | 0 | 11011 | 0 | 11111 | 100101100 | 10111 | 111011 |
Color Harmonies of #AF80AF
Complementary color
Monochromatic Colors of #AF80AF
Black with #AF80AF
Text Example
Text Example
White with #AF80AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80AF; }
p { color: rgb(175,128,175); }
H1.HeaderClassName
{
color: #AF80AF;
}
.AnyTagClassName
{
color: #AF80AF;
}
</style>
background-color css
<style>
a { background-color: #AF80AF; }
a { background-color: rgb(175,128,175); }
div.DivClassName
{
background-color: #AF80AF;
}
.BgClassName
{
background-color: #AF80AF;
}
</style>
border-color css
<style>
span { border-color: #AF80AF; }
span { border-color: rgb(175,128,175); }
td.TdClassName
{
border-color: #AF80AF;
}
.TagClassName
{
border-color: #AF80AF;
}
</style>