Shades of London Hue #AF89A5
Tints of London Hue #AF89A5
RGB
CMYK
RGB Variations
Color information
#AF89A5 (or 0xAF89A5) is known color: London Hue. HEX triplet: AF, 89 and A5. RGB value is (175,137,165). Sum of RGB (Red+Green+Blue) = 175+137+165=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF89A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF89A5 is #50765A. Grayscale: #979797. Windows color (decimal): -5273179 or 10848687. OLE color: 10848687.
HSL color Cylindrical-coordinate representation of color #AF89A5: hue angle of 315.79º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF89A5 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 165 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.31 |
| HSL | 315.79º | 0.19% | 0.61% | - |
| HSV(B) | 315.79º | 0.22% | 0.69% | - |
| XYZ | 33.42 | 29.72 | 39.57 | - |
| YUV | 151.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 165 | 0 | 0.22 | 0.06 | 0.31 | 315.79 | 0.19 | 0.61 |
| Hex | AF | 89 | A5 | 0 | 16 | 6 | 1F | 13C | 13 | 3D |
| Octal | 257 | 211 | 245 | 0 | 26 | 6 | 37 | 474 | 23 | 75 |
| Binary | 10101111 | 10001001 | 10100101 | 0 | 10110 | 110 | 11111 | 100111100 | 10011 | 111101 |
Color Harmonies of #AF89A5
Complementary color
Monochromatic Colors of #AF89A5
Black with #AF89A5
Text Example
Text Example
White with #AF89A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89A5; }
p { color: rgb(175,137,165); }
H1.HeaderClassName
{
color: #AF89A5;
}
.AnyTagClassName
{
color: #AF89A5;
}
</style>
background-color css
<style>
a { background-color: #AF89A5; }
a { background-color: rgb(175,137,165); }
div.DivClassName
{
background-color: #AF89A5;
}
.BgClassName
{
background-color: #AF89A5;
}
</style>
border-color css
<style>
span { border-color: #AF89A5; }
span { border-color: rgb(175,137,165); }
td.TdClassName
{
border-color: #AF89A5;
}
.TagClassName
{
border-color: #AF89A5;
}
</style>