Shades of London Hue #AF85AB
Tints of London Hue #AF85AB
RGB
CMYK
RGB Variations
Color information
#AF85AB (or 0xAF85AB) is known color: London Hue. HEX triplet: AF, 85 and AB. RGB value is (175,133,171). Sum of RGB (Red+Green+Blue) = 175+133+171=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF85AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF85AB is #507A54. Grayscale: #959595. Windows color (decimal): -5274197 or 11240879. OLE color: 11240879.
HSL color Cylindrical-coordinate representation of color #AF85AB: hue angle of 305.71º 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 #AF85AB is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 171 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.31 |
| HSL | 305.71º | 0.21% | 0.6% | - |
| HSV(B) | 305.71º | 0.24% | 0.69% | - |
| XYZ | 33.42 | 28.83 | 42.33 | - |
| YUV | 149.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 171 | 0 | 0.24 | 0.02 | 0.31 | 305.71 | 0.21 | 0.6 |
| Hex | AF | 85 | AB | 0 | 18 | 2 | 1F | 132 | 15 | 3C |
| Octal | 257 | 205 | 253 | 0 | 30 | 2 | 37 | 462 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10101011 | 0 | 11000 | 10 | 11111 | 100110010 | 10101 | 111100 |
Color Harmonies of #AF85AB
Complementary color
Monochromatic Colors of #AF85AB
Black with #AF85AB
Text Example
Text Example
White with #AF85AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85AB; }
p { color: rgb(175,133,171); }
H1.HeaderClassName
{
color: #AF85AB;
}
.AnyTagClassName
{
color: #AF85AB;
}
</style>
background-color css
<style>
a { background-color: #AF85AB; }
a { background-color: rgb(175,133,171); }
div.DivClassName
{
background-color: #AF85AB;
}
.BgClassName
{
background-color: #AF85AB;
}
</style>
border-color css
<style>
span { border-color: #AF85AB; }
span { border-color: rgb(175,133,171); }
td.TdClassName
{
border-color: #AF85AB;
}
.TagClassName
{
border-color: #AF85AB;
}
</style>