Shades of London Hue #AF76AB
Tints of London Hue #AF76AB
RGB
CMYK
RGB Variations
Color information
#AF76AB (or 0xAF76AB) is known color: London Hue. HEX triplet: AF, 76 and AB. RGB value is (175,118,171). Sum of RGB (Red+Green+Blue) = 175+118+171=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76AB is #508954. Grayscale: #8C8C8C. Windows color (decimal): -5278037 or 11237039. OLE color: 11237039.
HSL color Cylindrical-coordinate representation of color #AF76AB: hue angle of 304.21º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF76AB is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 171 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.31 |
| HSL | 304.21º | 0.26% | 0.57% | - |
| HSV(B) | 304.21º | 0.33% | 0.69% | - |
| XYZ | 31.51 | 25.01 | 41.7 | - |
| YUV | 141.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 171 | 0 | 0.33 | 0.02 | 0.31 | 304.21 | 0.26 | 0.57 |
| Hex | AF | 76 | AB | 0 | 21 | 2 | 1F | 130 | 1A | 39 |
| Octal | 257 | 166 | 253 | 0 | 41 | 2 | 37 | 460 | 32 | 71 |
| Binary | 10101111 | 1110110 | 10101011 | 0 | 100001 | 10 | 11111 | 100110000 | 11010 | 111001 |
Color Harmonies of #AF76AB
Complementary color
Monochromatic Colors of #AF76AB
Black with #AF76AB
Text Example
Text Example
White with #AF76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76AB; }
p { color: rgb(175,118,171); }
H1.HeaderClassName
{
color: #AF76AB;
}
.AnyTagClassName
{
color: #AF76AB;
}
</style>
background-color css
<style>
a { background-color: #AF76AB; }
a { background-color: rgb(175,118,171); }
div.DivClassName
{
background-color: #AF76AB;
}
.BgClassName
{
background-color: #AF76AB;
}
</style>
border-color css
<style>
span { border-color: #AF76AB; }
span { border-color: rgb(175,118,171); }
td.TdClassName
{
border-color: #AF76AB;
}
.TagClassName
{
border-color: #AF76AB;
}
</style>