Shades of Medium Violet Red #AF0F80
Tints of Medium Violet Red #AF0F80
RGB
CMYK
RGB Variations
Color information
#AF0F80 (or 0xAF0F80) is known color: Medium Violet Red. HEX triplet: AF, 0F and 80. RGB value is (175,15,128). Sum of RGB (Red+Green+Blue) = 175+15+128=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0F80 is #50F07F. Grayscale: #4B4B4B. Windows color (decimal): -5304448 or 8392623. OLE color: 8392623.
HSL color Cylindrical-coordinate representation of color #AF0F80: hue angle of 317.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F80 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 128 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.31 |
| HSL | 317.63º | 0.84% | 0.37% | - |
| HSV(B) | 317.63º | 0.91% | 0.69% | - |
| XYZ | 21.75 | 11.01 | 21.4 | - |
| YUV | 75.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 128 | 0 | 0.91 | 0.27 | 0.31 | 317.63 | 0.84 | 0.37 |
| Hex | AF | F | 80 | 0 | 5B | 1B | 1F | 13E | 54 | 25 |
| Octal | 257 | 17 | 200 | 0 | 133 | 33 | 37 | 476 | 124 | 45 |
| Binary | 10101111 | 1111 | 10000000 | 0 | 1011011 | 11011 | 11111 | 100111110 | 1010100 | 100101 |
Color Harmonies of #AF0F80
Complementary color
Monochromatic Colors of #AF0F80
Black with #AF0F80
Text Example
Text Example
White with #AF0F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F80; }
p { color: rgb(175,15,128); }
H1.HeaderClassName
{
color: #AF0F80;
}
.AnyTagClassName
{
color: #AF0F80;
}
</style>
background-color css
<style>
a { background-color: #AF0F80; }
a { background-color: rgb(175,15,128); }
div.DivClassName
{
background-color: #AF0F80;
}
.BgClassName
{
background-color: #AF0F80;
}
</style>
border-color css
<style>
span { border-color: #AF0F80; }
span { border-color: rgb(175,15,128); }
td.TdClassName
{
border-color: #AF0F80;
}
.TagClassName
{
border-color: #AF0F80;
}
</style>