Shades of London Hue #AF93A5
Tints of London Hue #AF93A5
RGB
CMYK
RGB Variations
Color information
#AF93A5 (or 0xAF93A5) is known color: London Hue. HEX triplet: AF, 93 and A5. RGB value is (175,147,165). Sum of RGB (Red+Green+Blue) = 175+147+165=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF93A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF93A5 is #506C5A. Grayscale: #9D9D9D. Windows color (decimal): -5270619 or 10851247. OLE color: 10851247.
HSL color Cylindrical-coordinate representation of color #AF93A5: hue angle of 321.43º 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 #AF93A5 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 165 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.31 |
| HSL | 321.43º | 0.15% | 0.63% | - |
| HSV(B) | 321.43º | 0.16% | 0.69% | - |
| XYZ | 34.9 | 32.7 | 40.07 | - |
| YUV | 157.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 165 | 0 | 0.16 | 0.06 | 0.31 | 321.43 | 0.15 | 0.63 |
| Hex | AF | 93 | A5 | 0 | 10 | 6 | 1F | 141 | F | 3F |
| Octal | 257 | 223 | 245 | 0 | 20 | 6 | 37 | 501 | 17 | 77 |
| Binary | 10101111 | 10010011 | 10100101 | 0 | 10000 | 110 | 11111 | 101000001 | 1111 | 111111 |
Color Harmonies of #AF93A5
Complementary color
Monochromatic Colors of #AF93A5
Black with #AF93A5
Text Example
Text Example
White with #AF93A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93A5; }
p { color: rgb(175,147,165); }
H1.HeaderClassName
{
color: #AF93A5;
}
.AnyTagClassName
{
color: #AF93A5;
}
</style>
background-color css
<style>
a { background-color: #AF93A5; }
a { background-color: rgb(175,147,165); }
div.DivClassName
{
background-color: #AF93A5;
}
.BgClassName
{
background-color: #AF93A5;
}
</style>
border-color css
<style>
span { border-color: #AF93A5; }
span { border-color: rgb(175,147,165); }
td.TdClassName
{
border-color: #AF93A5;
}
.TagClassName
{
border-color: #AF93A5;
}
</style>