Shades of London Hue #AF78AD
Tints of London Hue #AF78AD
RGB
CMYK
RGB Variations
Color information
#AF78AD (or 0xAF78AD) is known color: London Hue. HEX triplet: AF, 78 and AD. RGB value is (175,120,173). Sum of RGB (Red+Green+Blue) = 175+120+173=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF78AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF78AD is #508752. Grayscale: #8E8E8E. Windows color (decimal): -5277523 or 11368623. OLE color: 11368623.
HSL color Cylindrical-coordinate representation of color #AF78AD: hue angle of 302.18º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF78AD is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 173 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.31 |
| HSL | 302.18º | 0.26% | 0.58% | - |
| HSV(B) | 302.18º | 0.31% | 0.69% | - |
| XYZ | 31.94 | 25.56 | 42.79 | - |
| YUV | 142.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 173 | 0 | 0.31 | 0.01 | 0.31 | 302.18 | 0.26 | 0.58 |
| Hex | AF | 78 | AD | 0 | 1F | 1 | 1F | 12E | 1A | 3A |
| Octal | 257 | 170 | 255 | 0 | 37 | 1 | 37 | 456 | 32 | 72 |
| Binary | 10101111 | 1111000 | 10101101 | 0 | 11111 | 1 | 11111 | 100101110 | 11010 | 111010 |
Color Harmonies of #AF78AD
Complementary color
Monochromatic Colors of #AF78AD
Black with #AF78AD
Text Example
Text Example
White with #AF78AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF78AD; }
p { color: rgb(175,120,173); }
H1.HeaderClassName
{
color: #AF78AD;
}
.AnyTagClassName
{
color: #AF78AD;
}
</style>
background-color css
<style>
a { background-color: #AF78AD; }
a { background-color: rgb(175,120,173); }
div.DivClassName
{
background-color: #AF78AD;
}
.BgClassName
{
background-color: #AF78AD;
}
</style>
border-color css
<style>
span { border-color: #AF78AD; }
span { border-color: rgb(175,120,173); }
td.TdClassName
{
border-color: #AF78AD;
}
.TagClassName
{
border-color: #AF78AD;
}
</style>