Shades of London Hue #AF77AC
Tints of London Hue #AF77AC
RGB
CMYK
RGB Variations
Color information
#AF77AC (or 0xAF77AC) is known color: London Hue. HEX triplet: AF, 77 and AC. RGB value is (175,119,172). Sum of RGB (Red+Green+Blue) = 175+119+172=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF77AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF77AC is #508853. Grayscale: #8D8D8D. Windows color (decimal): -5277780 or 11302831. OLE color: 11302831.
HSL color Cylindrical-coordinate representation of color #AF77AC: hue angle of 303.21º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF77AC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 172 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.31 |
| HSL | 303.21º | 0.26% | 0.58% | - |
| HSV(B) | 303.21º | 0.32% | 0.69% | - |
| XYZ | 31.72 | 25.29 | 42.24 | - |
| YUV | 141.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 172 | 0 | 0.32 | 0.02 | 0.31 | 303.21 | 0.26 | 0.58 |
| Hex | AF | 77 | AC | 0 | 20 | 2 | 1F | 12F | 1A | 3A |
| Octal | 257 | 167 | 254 | 0 | 40 | 2 | 37 | 457 | 32 | 72 |
| Binary | 10101111 | 1110111 | 10101100 | 0 | 100000 | 10 | 11111 | 100101111 | 11010 | 111010 |
Color Harmonies of #AF77AC
Complementary color
Monochromatic Colors of #AF77AC
Black with #AF77AC
Text Example
Text Example
White with #AF77AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF77AC; }
p { color: rgb(175,119,172); }
H1.HeaderClassName
{
color: #AF77AC;
}
.AnyTagClassName
{
color: #AF77AC;
}
</style>
background-color css
<style>
a { background-color: #AF77AC; }
a { background-color: rgb(175,119,172); }
div.DivClassName
{
background-color: #AF77AC;
}
.BgClassName
{
background-color: #AF77AC;
}
</style>
border-color css
<style>
span { border-color: #AF77AC; }
span { border-color: rgb(175,119,172); }
td.TdClassName
{
border-color: #AF77AC;
}
.TagClassName
{
border-color: #AF77AC;
}
</style>