Shades of Medium Violet Red #AF0D89
Tints of Medium Violet Red #AF0D89
RGB
CMYK
RGB Variations
Color information
#AF0D89 (or 0xAF0D89) is known color: Medium Violet Red. HEX triplet: AF, 0D and 89. RGB value is (175,13,137). Sum of RGB (Red+Green+Blue) = 175+13+137=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0D89 is #50F276. Grayscale: #4B4B4B. Windows color (decimal): -5304951 or 8981935. OLE color: 8981935.
HSL color Cylindrical-coordinate representation of color #AF0D89: hue angle of 314.07º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0D89 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 137 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.31 |
| HSL | 314.07º | 0.86% | 0.37% | - |
| HSV(B) | 314.07º | 0.93% | 0.69% | - |
| XYZ | 22.34 | 11.21 | 24.65 | - |
| YUV | 75.57 | 162.67 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 137 | 0 | 0.93 | 0.22 | 0.31 | 314.07 | 0.86 | 0.37 |
| Hex | AF | D | 89 | 0 | 5D | 16 | 1F | 13A | 56 | 25 |
| Octal | 257 | 15 | 211 | 0 | 135 | 26 | 37 | 472 | 126 | 45 |
| Binary | 10101111 | 1101 | 10001001 | 0 | 1011101 | 10110 | 11111 | 100111010 | 1010110 | 100101 |
Color Harmonies of #AF0D89
Complementary color
Monochromatic Colors of #AF0D89
Black with #AF0D89
Text Example
Text Example
White with #AF0D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D89; }
p { color: rgb(175,13,137); }
H1.HeaderClassName
{
color: #AF0D89;
}
.AnyTagClassName
{
color: #AF0D89;
}
</style>
background-color css
<style>
a { background-color: #AF0D89; }
a { background-color: rgb(175,13,137); }
div.DivClassName
{
background-color: #AF0D89;
}
.BgClassName
{
background-color: #AF0D89;
}
</style>
border-color css
<style>
span { border-color: #AF0D89; }
span { border-color: rgb(175,13,137); }
td.TdClassName
{
border-color: #AF0D89;
}
.TagClassName
{
border-color: #AF0D89;
}
</style>