Shades of London Hue #AF76AA
Tints of London Hue #AF76AA
RGB
CMYK
RGB Variations
Color information
#AF76AA (or 0xAF76AA) is known color: London Hue. HEX triplet: AF, 76 and AA. RGB value is (175,118,170). Sum of RGB (Red+Green+Blue) = 175+118+170=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76AA is #508955. Grayscale: #8C8C8C. Windows color (decimal): -5278038 or 11171503. OLE color: 11171503.
HSL color Cylindrical-coordinate representation of color #AF76AA: hue angle of 305.26º 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 #AF76AA is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 170 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.31 |
| HSL | 305.26º | 0.26% | 0.57% | - |
| HSV(B) | 305.26º | 0.33% | 0.69% | - |
| XYZ | 31.41 | 24.97 | 41.19 | - |
| YUV | 140.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 170 | 0 | 0.33 | 0.03 | 0.31 | 305.26 | 0.26 | 0.57 |
| Hex | AF | 76 | AA | 0 | 21 | 3 | 1F | 131 | 1A | 39 |
| Octal | 257 | 166 | 252 | 0 | 41 | 3 | 37 | 461 | 32 | 71 |
| Binary | 10101111 | 1110110 | 10101010 | 0 | 100001 | 11 | 11111 | 100110001 | 11010 | 111001 |
Color Harmonies of #AF76AA
Complementary color
Monochromatic Colors of #AF76AA
Black with #AF76AA
Text Example
Text Example
White with #AF76AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76AA; }
p { color: rgb(175,118,170); }
H1.HeaderClassName
{
color: #AF76AA;
}
.AnyTagClassName
{
color: #AF76AA;
}
</style>
background-color css
<style>
a { background-color: #AF76AA; }
a { background-color: rgb(175,118,170); }
div.DivClassName
{
background-color: #AF76AA;
}
.BgClassName
{
background-color: #AF76AA;
}
</style>
border-color css
<style>
span { border-color: #AF76AA; }
span { border-color: rgb(175,118,170); }
td.TdClassName
{
border-color: #AF76AA;
}
.TagClassName
{
border-color: #AF76AA;
}
</style>