Shades of London Hue #AF89AD
Tints of London Hue #AF89AD
RGB
CMYK
RGB Variations
Color information
#AF89AD (or 0xAF89AD) is known color: London Hue. HEX triplet: AF, 89 and AD. RGB value is (175,137,173). Sum of RGB (Red+Green+Blue) = 175+137+173=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF89AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF89AD is #507652. Grayscale: #989898. Windows color (decimal): -5273171 or 11372975. OLE color: 11372975.
HSL color Cylindrical-coordinate representation of color #AF89AD: hue angle of 303.16º 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 #AF89AD is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 173 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.31 |
| HSL | 303.16º | 0.19% | 0.61% | - |
| HSV(B) | 303.16º | 0.22% | 0.69% | - |
| XYZ | 34.17 | 30.02 | 43.53 | - |
| YUV | 152.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 173 | 0 | 0.22 | 0.01 | 0.31 | 303.16 | 0.19 | 0.61 |
| Hex | AF | 89 | AD | 0 | 16 | 1 | 1F | 12F | 13 | 3D |
| Octal | 257 | 211 | 255 | 0 | 26 | 1 | 37 | 457 | 23 | 75 |
| Binary | 10101111 | 10001001 | 10101101 | 0 | 10110 | 1 | 11111 | 100101111 | 10011 | 111101 |
Color Harmonies of #AF89AD
Complementary color
Monochromatic Colors of #AF89AD
Black with #AF89AD
Text Example
Text Example
White with #AF89AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89AD; }
p { color: rgb(175,137,173); }
H1.HeaderClassName
{
color: #AF89AD;
}
.AnyTagClassName
{
color: #AF89AD;
}
</style>
background-color css
<style>
a { background-color: #AF89AD; }
a { background-color: rgb(175,137,173); }
div.DivClassName
{
background-color: #AF89AD;
}
.BgClassName
{
background-color: #AF89AD;
}
</style>
border-color css
<style>
span { border-color: #AF89AD; }
span { border-color: rgb(175,137,173); }
td.TdClassName
{
border-color: #AF89AD;
}
.TagClassName
{
border-color: #AF89AD;
}
</style>