Shades of London Hue #AF7BAC
Tints of London Hue #AF7BAC
RGB
CMYK
RGB Variations
Color information
#AF7BAC (or 0xAF7BAC) is known color: London Hue. HEX triplet: AF, 7B and AC. RGB value is (175,123,172). Sum of RGB (Red+Green+Blue) = 175+123+172=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BAC is #508453. Grayscale: #8F8F8F. Windows color (decimal): -5276756 or 11303855. OLE color: 11303855.
HSL color Cylindrical-coordinate representation of color #AF7BAC: hue angle of 303.46º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7BAC is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 172 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.31 |
| HSL | 303.46º | 0.25% | 0.58% | - |
| HSV(B) | 303.46º | 0.3% | 0.69% | - |
| XYZ | 32.21 | 26.26 | 42.4 | - |
| YUV | 144.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 172 | 0 | 0.30 | 0.02 | 0.31 | 303.46 | 0.25 | 0.58 |
| Hex | AF | 7B | AC | 0 | 1E | 2 | 1F | 12F | 19 | 3A |
| Octal | 257 | 173 | 254 | 0 | 36 | 2 | 37 | 457 | 31 | 72 |
| Binary | 10101111 | 1111011 | 10101100 | 0 | 11110 | 10 | 11111 | 100101111 | 11001 | 111010 |
Color Harmonies of #AF7BAC
Complementary color
Monochromatic Colors of #AF7BAC
Black with #AF7BAC
Text Example
Text Example
White with #AF7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BAC; }
p { color: rgb(175,123,172); }
H1.HeaderClassName
{
color: #AF7BAC;
}
.AnyTagClassName
{
color: #AF7BAC;
}
</style>
background-color css
<style>
a { background-color: #AF7BAC; }
a { background-color: rgb(175,123,172); }
div.DivClassName
{
background-color: #AF7BAC;
}
.BgClassName
{
background-color: #AF7BAC;
}
</style>
border-color css
<style>
span { border-color: #AF7BAC; }
span { border-color: rgb(175,123,172); }
td.TdClassName
{
border-color: #AF7BAC;
}
.TagClassName
{
border-color: #AF7BAC;
}
</style>