Shades of Medium Violet Red #AF058D
Tints of Medium Violet Red #AF058D
RGB
CMYK
RGB Variations
Color information
#AF058D (or 0xAF058D) is known color: Medium Violet Red. HEX triplet: AF, 05 and 8D. RGB value is (175,5,141). Sum of RGB (Red+Green+Blue) = 175+5+141=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF058D is #50FA72. Grayscale: #464646. Windows color (decimal): -5306995 or 9242031. OLE color: 9242031.
HSL color Cylindrical-coordinate representation of color #AF058D: hue angle of 312º 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 #AF058D is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 141 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.31 |
| HSL | 312º | 0.94% | 0.35% | - |
| HSV(B) | 312º | 0.97% | 0.69% | - |
| XYZ | 22.54 | 11.15 | 26.16 | - |
| YUV | 71.33 | 167.32 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 141 | 0 | 0.97 | 0.19 | 0.31 | 312 | 0.94 | 0.35 |
| Hex | AF | 5 | 8D | 0 | 61 | 13 | 1F | 138 | 5E | 23 |
| Octal | 257 | 5 | 215 | 0 | 141 | 23 | 37 | 470 | 136 | 43 |
| Binary | 10101111 | 101 | 10001101 | 0 | 1100001 | 10011 | 11111 | 100111000 | 1011110 | 100011 |
Color Harmonies of #AF058D
Complementary color
Monochromatic Colors of #AF058D
Black with #AF058D
Text Example
Text Example
White with #AF058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF058D; }
p { color: rgb(175,5,141); }
H1.HeaderClassName
{
color: #AF058D;
}
.AnyTagClassName
{
color: #AF058D;
}
</style>
background-color css
<style>
a { background-color: #AF058D; }
a { background-color: rgb(175,5,141); }
div.DivClassName
{
background-color: #AF058D;
}
.BgClassName
{
background-color: #AF058D;
}
</style>
border-color css
<style>
span { border-color: #AF058D; }
span { border-color: rgb(175,5,141); }
td.TdClassName
{
border-color: #AF058D;
}
.TagClassName
{
border-color: #AF058D;
}
</style>