Shades of London Hue #AF7DAC
Tints of London Hue #AF7DAC
RGB
CMYK
RGB Variations
Color information
#AF7DAC (or 0xAF7DAC) is known color: London Hue. HEX triplet: AF, 7D and AC. RGB value is (175,125,172). Sum of RGB (Red+Green+Blue) = 175+125+172=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DAC is #508253. Grayscale: #919191. Windows color (decimal): -5276244 or 11304367. OLE color: 11304367.
HSL color Cylindrical-coordinate representation of color #AF7DAC: hue angle of 303.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF7DAC is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 172 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.31 |
| HSL | 303.6º | 0.24% | 0.59% | - |
| HSV(B) | 303.6º | 0.29% | 0.69% | - |
| XYZ | 32.46 | 26.76 | 42.48 | - |
| YUV | 145.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 172 | 0 | 0.29 | 0.02 | 0.31 | 303.6 | 0.24 | 0.59 |
| Hex | AF | 7D | AC | 0 | 1D | 2 | 1F | 130 | 18 | 3B |
| Octal | 257 | 175 | 254 | 0 | 35 | 2 | 37 | 460 | 30 | 73 |
| Binary | 10101111 | 1111101 | 10101100 | 0 | 11101 | 10 | 11111 | 100110000 | 11000 | 111011 |
Color Harmonies of #AF7DAC
Complementary color
Monochromatic Colors of #AF7DAC
Black with #AF7DAC
Text Example
Text Example
White with #AF7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7DAC; }
p { color: rgb(175,125,172); }
H1.HeaderClassName
{
color: #AF7DAC;
}
.AnyTagClassName
{
color: #AF7DAC;
}
</style>
background-color css
<style>
a { background-color: #AF7DAC; }
a { background-color: rgb(175,125,172); }
div.DivClassName
{
background-color: #AF7DAC;
}
.BgClassName
{
background-color: #AF7DAC;
}
</style>
border-color css
<style>
span { border-color: #AF7DAC; }
span { border-color: rgb(175,125,172); }
td.TdClassName
{
border-color: #AF7DAC;
}
.TagClassName
{
border-color: #AF7DAC;
}
</style>