Shades of Medium Red Violet #AF2089
Tints of Medium Red Violet #AF2089
RGB
CMYK
RGB Variations
Color information
#AF2089 (or 0xAF2089) is known color: Medium Red Violet. HEX triplet: AF, 20 and 89. RGB value is (175,32,137). Sum of RGB (Red+Green+Blue) = 175+32+137=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2089 is #50DF76. Grayscale: #565656. Windows color (decimal): -5300087 or 8986799. OLE color: 8986799.
HSL color Cylindrical-coordinate representation of color #AF2089: hue angle of 315.94º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2089 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 137 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.31 |
| HSL | 315.94º | 0.69% | 0.41% | - |
| HSV(B) | 315.94º | 0.82% | 0.69% | - |
| XYZ | 22.71 | 11.95 | 24.78 | - |
| YUV | 86.73 | 156.38 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 137 | 0 | 0.82 | 0.22 | 0.31 | 315.94 | 0.69 | 0.41 |
| Hex | AF | 20 | 89 | 0 | 52 | 16 | 1F | 13C | 45 | 29 |
| Octal | 257 | 40 | 211 | 0 | 122 | 26 | 37 | 474 | 105 | 51 |
| Binary | 10101111 | 100000 | 10001001 | 0 | 1010010 | 10110 | 11111 | 100111100 | 1000101 | 101001 |
Color Harmonies of #AF2089
Complementary color
Monochromatic Colors of #AF2089
Black with #AF2089
Text Example
Text Example
White with #AF2089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2089; }
p { color: rgb(175,32,137); }
H1.HeaderClassName
{
color: #AF2089;
}
.AnyTagClassName
{
color: #AF2089;
}
</style>
background-color css
<style>
a { background-color: #AF2089; }
a { background-color: rgb(175,32,137); }
div.DivClassName
{
background-color: #AF2089;
}
.BgClassName
{
background-color: #AF2089;
}
</style>
border-color css
<style>
span { border-color: #AF2089; }
span { border-color: rgb(175,32,137); }
td.TdClassName
{
border-color: #AF2089;
}
.TagClassName
{
border-color: #AF2089;
}
</style>