Shades of London Hue #AF93A6
Tints of London Hue #AF93A6
RGB
CMYK
RGB Variations
Color information
#AF93A6 (or 0xAF93A6) is known color: London Hue. HEX triplet: AF, 93 and A6. RGB value is (175,147,166). Sum of RGB (Red+Green+Blue) = 175+147+166=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AF93A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF93A6 is #506C59. Grayscale: #9D9D9D. Windows color (decimal): -5270618 or 10916783. OLE color: 10916783.
HSL color Cylindrical-coordinate representation of color #AF93A6: hue angle of 319.29º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AF93A6 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 166 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.31 |
| HSL | 319.29º | 0.15% | 0.63% | - |
| HSV(B) | 319.29º | 0.16% | 0.69% | - |
| XYZ | 35 | 32.73 | 40.55 | - |
| YUV | 157.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 166 | 0 | 0.16 | 0.05 | 0.31 | 319.29 | 0.15 | 0.63 |
| Hex | AF | 93 | A6 | 0 | 10 | 5 | 1F | 13F | F | 3F |
| Octal | 257 | 223 | 246 | 0 | 20 | 5 | 37 | 477 | 17 | 77 |
| Binary | 10101111 | 10010011 | 10100110 | 0 | 10000 | 101 | 11111 | 100111111 | 1111 | 111111 |
Color Harmonies of #AF93A6
Complementary color
Monochromatic Colors of #AF93A6
Black with #AF93A6
Text Example
Text Example
White with #AF93A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93A6; }
p { color: rgb(175,147,166); }
H1.HeaderClassName
{
color: #AF93A6;
}
.AnyTagClassName
{
color: #AF93A6;
}
</style>
background-color css
<style>
a { background-color: #AF93A6; }
a { background-color: rgb(175,147,166); }
div.DivClassName
{
background-color: #AF93A6;
}
.BgClassName
{
background-color: #AF93A6;
}
</style>
border-color css
<style>
span { border-color: #AF93A6; }
span { border-color: rgb(175,147,166); }
td.TdClassName
{
border-color: #AF93A6;
}
.TagClassName
{
border-color: #AF93A6;
}
</style>