Shades of London Hue #AF8DA5
Tints of London Hue #AF8DA5
RGB
CMYK
RGB Variations
Color information
#AF8DA5 (or 0xAF8DA5) is known color: London Hue. HEX triplet: AF, 8D and A5. RGB value is (175,141,165). Sum of RGB (Red+Green+Blue) = 175+141+165=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8DA5 is #50725A. Grayscale: #999999. Windows color (decimal): -5272155 or 10849711. OLE color: 10849711.
HSL color Cylindrical-coordinate representation of color #AF8DA5: hue angle of 317.65º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8DA5 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 165 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.31 |
| HSL | 317.65º | 0.18% | 0.62% | - |
| HSV(B) | 317.65º | 0.19% | 0.69% | - |
| XYZ | 34 | 30.88 | 39.77 | - |
| YUV | 153.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 165 | 0 | 0.19 | 0.06 | 0.31 | 317.65 | 0.18 | 0.62 |
| Hex | AF | 8D | A5 | 0 | 13 | 6 | 1F | 13E | 12 | 3E |
| Octal | 257 | 215 | 245 | 0 | 23 | 6 | 37 | 476 | 22 | 76 |
| Binary | 10101111 | 10001101 | 10100101 | 0 | 10011 | 110 | 11111 | 100111110 | 10010 | 111110 |
Color Harmonies of #AF8DA5
Complementary color
Monochromatic Colors of #AF8DA5
Black with #AF8DA5
Text Example
Text Example
White with #AF8DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8DA5; }
p { color: rgb(175,141,165); }
H1.HeaderClassName
{
color: #AF8DA5;
}
.AnyTagClassName
{
color: #AF8DA5;
}
</style>
background-color css
<style>
a { background-color: #AF8DA5; }
a { background-color: rgb(175,141,165); }
div.DivClassName
{
background-color: #AF8DA5;
}
.BgClassName
{
background-color: #AF8DA5;
}
</style>
border-color css
<style>
span { border-color: #AF8DA5; }
span { border-color: rgb(175,141,165); }
td.TdClassName
{
border-color: #AF8DA5;
}
.TagClassName
{
border-color: #AF8DA5;
}
</style>