Shades of London Hue #AF77AA
Tints of London Hue #AF77AA
RGB
CMYK
RGB Variations
Color information
#AF77AA (or 0xAF77AA) is known color: London Hue. HEX triplet: AF, 77 and AA. RGB value is (175,119,170). Sum of RGB (Red+Green+Blue) = 175+119+170=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF77AA is #508855. Grayscale: #8D8D8D. Windows color (decimal): -5277782 or 11171759. OLE color: 11171759.
HSL color Cylindrical-coordinate representation of color #AF77AA: hue angle of 305.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF77AA is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 170 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.31 |
| HSL | 305.36º | 0.26% | 0.58% | - |
| HSV(B) | 305.36º | 0.32% | 0.69% | - |
| XYZ | 31.53 | 25.21 | 41.23 | - |
| YUV | 141.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 170 | 0 | 0.32 | 0.03 | 0.31 | 305.36 | 0.26 | 0.58 |
| Hex | AF | 77 | AA | 0 | 20 | 3 | 1F | 131 | 1A | 3A |
| Octal | 257 | 167 | 252 | 0 | 40 | 3 | 37 | 461 | 32 | 72 |
| Binary | 10101111 | 1110111 | 10101010 | 0 | 100000 | 11 | 11111 | 100110001 | 11010 | 111010 |
Color Harmonies of #AF77AA
Complementary color
Monochromatic Colors of #AF77AA
Black with #AF77AA
Text Example
Text Example
White with #AF77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF77AA; }
p { color: rgb(175,119,170); }
H1.HeaderClassName
{
color: #AF77AA;
}
.AnyTagClassName
{
color: #AF77AA;
}
</style>
background-color css
<style>
a { background-color: #AF77AA; }
a { background-color: rgb(175,119,170); }
div.DivClassName
{
background-color: #AF77AA;
}
.BgClassName
{
background-color: #AF77AA;
}
</style>
border-color css
<style>
span { border-color: #AF77AA; }
span { border-color: rgb(175,119,170); }
td.TdClassName
{
border-color: #AF77AA;
}
.TagClassName
{
border-color: #AF77AA;
}
</style>