Shades of London Hue #AF7DAA
Tints of London Hue #AF7DAA
RGB
CMYK
RGB Variations
Color information
#AF7DAA (or 0xAF7DAA) is known color: London Hue. HEX triplet: AF, 7D and AA. RGB value is (175,125,170). Sum of RGB (Red+Green+Blue) = 175+125+170=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DAA is #508255. Grayscale: #909090. Windows color (decimal): -5276246 or 11173295. OLE color: 11173295.
HSL color Cylindrical-coordinate representation of color #AF7DAA: hue angle of 306º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF7DAA is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 170 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.31 |
| HSL | 306º | 0.24% | 0.59% | - |
| HSV(B) | 306º | 0.29% | 0.69% | - |
| XYZ | 32.27 | 26.68 | 41.48 | - |
| YUV | 145.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 170 | 0 | 0.29 | 0.03 | 0.31 | 306 | 0.24 | 0.59 |
| Hex | AF | 7D | AA | 0 | 1D | 3 | 1F | 132 | 18 | 3B |
| Octal | 257 | 175 | 252 | 0 | 35 | 3 | 37 | 462 | 30 | 73 |
| Binary | 10101111 | 1111101 | 10101010 | 0 | 11101 | 11 | 11111 | 100110010 | 11000 | 111011 |
Color Harmonies of #AF7DAA
Complementary color
Monochromatic Colors of #AF7DAA
Black with #AF7DAA
Text Example
Text Example
White with #AF7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7DAA; }
p { color: rgb(175,125,170); }
H1.HeaderClassName
{
color: #AF7DAA;
}
.AnyTagClassName
{
color: #AF7DAA;
}
</style>
background-color css
<style>
a { background-color: #AF7DAA; }
a { background-color: rgb(175,125,170); }
div.DivClassName
{
background-color: #AF7DAA;
}
.BgClassName
{
background-color: #AF7DAA;
}
</style>
border-color css
<style>
span { border-color: #AF7DAA; }
span { border-color: rgb(175,125,170); }
td.TdClassName
{
border-color: #AF7DAA;
}
.TagClassName
{
border-color: #AF7DAA;
}
</style>