Shades of Medium Violet Red #AF0580
Tints of Medium Violet Red #AF0580
RGB
CMYK
RGB Variations
Color information
#AF0580 (or 0xAF0580) is known color: Medium Violet Red. HEX triplet: AF, 05 and 80. RGB value is (175,5,128). Sum of RGB (Red+Green+Blue) = 175+5+128=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0580 is #50FA7F. Grayscale: #454545. Windows color (decimal): -5307008 or 8390063. OLE color: 8390063.
HSL color Cylindrical-coordinate representation of color #AF0580: hue angle of 316.59º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0580 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 128 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.31 |
| HSL | 316.59º | 0.94% | 0.35% | - |
| HSV(B) | 316.59º | 0.97% | 0.69% | - |
| XYZ | 21.63 | 10.78 | 21.36 | - |
| YUV | 69.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 128 | 0 | 0.97 | 0.27 | 0.31 | 316.59 | 0.94 | 0.35 |
| Hex | AF | 5 | 80 | 0 | 61 | 1B | 1F | 13D | 5E | 23 |
| Octal | 257 | 5 | 200 | 0 | 141 | 33 | 37 | 475 | 136 | 43 |
| Binary | 10101111 | 101 | 10000000 | 0 | 1100001 | 11011 | 11111 | 100111101 | 1011110 | 100011 |
Color Harmonies of #AF0580
Complementary color
Monochromatic Colors of #AF0580
Black with #AF0580
Text Example
Text Example
White with #AF0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0580; }
p { color: rgb(175,5,128); }
H1.HeaderClassName
{
color: #AF0580;
}
.AnyTagClassName
{
color: #AF0580;
}
</style>
background-color css
<style>
a { background-color: #AF0580; }
a { background-color: rgb(175,5,128); }
div.DivClassName
{
background-color: #AF0580;
}
.BgClassName
{
background-color: #AF0580;
}
</style>
border-color css
<style>
span { border-color: #AF0580; }
span { border-color: rgb(175,5,128); }
td.TdClassName
{
border-color: #AF0580;
}
.TagClassName
{
border-color: #AF0580;
}
</style>