Shades of London Hue #AF85AD
Tints of London Hue #AF85AD
RGB
CMYK
RGB Variations
Color information
#AF85AD (or 0xAF85AD) is known color: London Hue. HEX triplet: AF, 85 and AD. RGB value is (175,133,173). Sum of RGB (Red+Green+Blue) = 175+133+173=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF85AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF85AD is #507A52. Grayscale: #969696. Windows color (decimal): -5274195 or 11371951. OLE color: 11371951.
HSL color Cylindrical-coordinate representation of color #AF85AD: hue angle of 302.86º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF85AD is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 173 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.31 |
| HSL | 302.86º | 0.21% | 0.6% | - |
| HSV(B) | 302.86º | 0.24% | 0.69% | - |
| XYZ | 33.61 | 28.91 | 43.34 | - |
| YUV | 150.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 173 | 0 | 0.24 | 0.01 | 0.31 | 302.86 | 0.21 | 0.6 |
| Hex | AF | 85 | AD | 0 | 18 | 1 | 1F | 12F | 15 | 3C |
| Octal | 257 | 205 | 255 | 0 | 30 | 1 | 37 | 457 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10101101 | 0 | 11000 | 1 | 11111 | 100101111 | 10101 | 111100 |
Color Harmonies of #AF85AD
Complementary color
Monochromatic Colors of #AF85AD
Black with #AF85AD
Text Example
Text Example
White with #AF85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85AD; }
p { color: rgb(175,133,173); }
H1.HeaderClassName
{
color: #AF85AD;
}
.AnyTagClassName
{
color: #AF85AD;
}
</style>
background-color css
<style>
a { background-color: #AF85AD; }
a { background-color: rgb(175,133,173); }
div.DivClassName
{
background-color: #AF85AD;
}
.BgClassName
{
background-color: #AF85AD;
}
</style>
border-color css
<style>
span { border-color: #AF85AD; }
span { border-color: rgb(175,133,173); }
td.TdClassName
{
border-color: #AF85AD;
}
.TagClassName
{
border-color: #AF85AD;
}
</style>