Shades of London Hue #AF85A6
Tints of London Hue #AF85A6
RGB
CMYK
RGB Variations
Color information
#AF85A6 (or 0xAF85A6) is known color: London Hue. HEX triplet: AF, 85 and A6. RGB value is (175,133,166). Sum of RGB (Red+Green+Blue) = 175+133+166=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF85A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF85A6 is #507A59. Grayscale: #959595. Windows color (decimal): -5274202 or 10913199. OLE color: 10913199.
HSL color Cylindrical-coordinate representation of color #AF85A6: hue angle of 312.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 #AF85A6 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 166 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.31 |
| HSL | 312.86º | 0.21% | 0.6% | - |
| HSV(B) | 312.86º | 0.24% | 0.69% | - |
| XYZ | 32.95 | 28.64 | 39.87 | - |
| YUV | 149.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 166 | 0 | 0.24 | 0.05 | 0.31 | 312.86 | 0.21 | 0.6 |
| Hex | AF | 85 | A6 | 0 | 18 | 5 | 1F | 139 | 15 | 3C |
| Octal | 257 | 205 | 246 | 0 | 30 | 5 | 37 | 471 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10100110 | 0 | 11000 | 101 | 11111 | 100111001 | 10101 | 111100 |
Color Harmonies of #AF85A6
Complementary color
Monochromatic Colors of #AF85A6
Black with #AF85A6
Text Example
Text Example
White with #AF85A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85A6; }
p { color: rgb(175,133,166); }
H1.HeaderClassName
{
color: #AF85A6;
}
.AnyTagClassName
{
color: #AF85A6;
}
</style>
background-color css
<style>
a { background-color: #AF85A6; }
a { background-color: rgb(175,133,166); }
div.DivClassName
{
background-color: #AF85A6;
}
.BgClassName
{
background-color: #AF85A6;
}
</style>
border-color css
<style>
span { border-color: #AF85A6; }
span { border-color: rgb(175,133,166); }
td.TdClassName
{
border-color: #AF85A6;
}
.TagClassName
{
border-color: #AF85A6;
}
</style>