Shades of London Hue #AF7FAC
Tints of London Hue #AF7FAC
RGB
CMYK
RGB Variations
Color information
#AF7FAC (or 0xAF7FAC) is known color: London Hue. HEX triplet: AF, 7F and AC. RGB value is (175,127,172). Sum of RGB (Red+Green+Blue) = 175+127+172=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FAC is #508053. Grayscale: #929292. Windows color (decimal): -5275732 or 11304879. OLE color: 11304879.
HSL color Cylindrical-coordinate representation of color #AF7FAC: hue angle of 303.75º 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 #AF7FAC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 172 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.31 |
| HSL | 303.75º | 0.23% | 0.59% | - |
| HSV(B) | 303.75º | 0.27% | 0.69% | - |
| XYZ | 32.71 | 27.27 | 42.57 | - |
| YUV | 146.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 172 | 0 | 0.27 | 0.02 | 0.31 | 303.75 | 0.23 | 0.59 |
| Hex | AF | 7F | AC | 0 | 1B | 2 | 1F | 130 | 17 | 3B |
| Octal | 257 | 177 | 254 | 0 | 33 | 2 | 37 | 460 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10101100 | 0 | 11011 | 10 | 11111 | 100110000 | 10111 | 111011 |
Color Harmonies of #AF7FAC
Complementary color
Monochromatic Colors of #AF7FAC
Black with #AF7FAC
Text Example
Text Example
White with #AF7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FAC; }
p { color: rgb(175,127,172); }
H1.HeaderClassName
{
color: #AF7FAC;
}
.AnyTagClassName
{
color: #AF7FAC;
}
</style>
background-color css
<style>
a { background-color: #AF7FAC; }
a { background-color: rgb(175,127,172); }
div.DivClassName
{
background-color: #AF7FAC;
}
.BgClassName
{
background-color: #AF7FAC;
}
</style>
border-color css
<style>
span { border-color: #AF7FAC; }
span { border-color: rgb(175,127,172); }
td.TdClassName
{
border-color: #AF7FAC;
}
.TagClassName
{
border-color: #AF7FAC;
}
</style>