Shades of London Hue #AF93A8
Tints of London Hue #AF93A8
RGB
CMYK
RGB Variations
Color information
#AF93A8 (or 0xAF93A8) is known color: London Hue. HEX triplet: AF, 93 and A8. RGB value is (175,147,168). Sum of RGB (Red+Green+Blue) = 175+147+168=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AF93A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF93A8 is #506C57. Grayscale: #9D9D9D. Windows color (decimal): -5270616 or 11047855. OLE color: 11047855.
HSL color Cylindrical-coordinate representation of color #AF93A8: hue angle of 315º 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 #AF93A8 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 168 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.31 |
| HSL | 315º | 0.15% | 0.63% | - |
| HSV(B) | 315º | 0.16% | 0.69% | - |
| XYZ | 35.18 | 32.81 | 41.52 | - |
| YUV | 157.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 168 | 0 | 0.16 | 0.04 | 0.31 | 315 | 0.15 | 0.63 |
| Hex | AF | 93 | A8 | 0 | 10 | 4 | 1F | 13B | F | 3F |
| Octal | 257 | 223 | 250 | 0 | 20 | 4 | 37 | 473 | 17 | 77 |
| Binary | 10101111 | 10010011 | 10101000 | 0 | 10000 | 100 | 11111 | 100111011 | 1111 | 111111 |
Color Harmonies of #AF93A8
Complementary color
Monochromatic Colors of #AF93A8
Black with #AF93A8
Text Example
Text Example
White with #AF93A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93A8; }
p { color: rgb(175,147,168); }
H1.HeaderClassName
{
color: #AF93A8;
}
.AnyTagClassName
{
color: #AF93A8;
}
</style>
background-color css
<style>
a { background-color: #AF93A8; }
a { background-color: rgb(175,147,168); }
div.DivClassName
{
background-color: #AF93A8;
}
.BgClassName
{
background-color: #AF93A8;
}
</style>
border-color css
<style>
span { border-color: #AF93A8; }
span { border-color: rgb(175,147,168); }
td.TdClassName
{
border-color: #AF93A8;
}
.TagClassName
{
border-color: #AF93A8;
}
</style>