Shades of London Hue #AF7FA8
Tints of London Hue #AF7FA8
RGB
CMYK
RGB Variations
Color information
#AF7FA8 (or 0xAF7FA8) is known color: London Hue. HEX triplet: AF, 7F and A8. RGB value is (175,127,168). Sum of RGB (Red+Green+Blue) = 175+127+168=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FA8 is #508057. Grayscale: #919191. Windows color (decimal): -5275736 or 11042735. OLE color: 11042735.
HSL color Cylindrical-coordinate representation of color #AF7FA8: hue angle of 308.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 #AF7FA8 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 168 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.31 |
| HSL | 308.75º | 0.23% | 0.59% | - |
| HSV(B) | 308.75º | 0.27% | 0.69% | - |
| XYZ | 32.34 | 27.12 | 40.58 | - |
| YUV | 146.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 168 | 0 | 0.27 | 0.04 | 0.31 | 308.75 | 0.23 | 0.59 |
| Hex | AF | 7F | A8 | 0 | 1B | 4 | 1F | 135 | 17 | 3B |
| Octal | 257 | 177 | 250 | 0 | 33 | 4 | 37 | 465 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10101000 | 0 | 11011 | 100 | 11111 | 100110101 | 10111 | 111011 |
Color Harmonies of #AF7FA8
Complementary color
Monochromatic Colors of #AF7FA8
Black with #AF7FA8
Text Example
Text Example
White with #AF7FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FA8; }
p { color: rgb(175,127,168); }
H1.HeaderClassName
{
color: #AF7FA8;
}
.AnyTagClassName
{
color: #AF7FA8;
}
</style>
background-color css
<style>
a { background-color: #AF7FA8; }
a { background-color: rgb(175,127,168); }
div.DivClassName
{
background-color: #AF7FA8;
}
.BgClassName
{
background-color: #AF7FA8;
}
</style>
border-color css
<style>
span { border-color: #AF7FA8; }
span { border-color: rgb(175,127,168); }
td.TdClassName
{
border-color: #AF7FA8;
}
.TagClassName
{
border-color: #AF7FA8;
}
</style>