Shades of Medium Violet Red #AF058F
Tints of Medium Violet Red #AF058F
RGB
CMYK
RGB Variations
Color information
#AF058F (or 0xAF058F) is known color: Medium Violet Red. HEX triplet: AF, 05 and 8F. RGB value is (175,5,143). Sum of RGB (Red+Green+Blue) = 175+5+143=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF058F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF058F is #50FA70. Grayscale: #474747. Windows color (decimal): -5306993 or 9373103. OLE color: 9373103.
HSL color Cylindrical-coordinate representation of color #AF058F: hue angle of 311.29º 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 #AF058F is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 143 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.31 |
| HSL | 311.29º | 0.94% | 0.35% | - |
| HSV(B) | 311.29º | 0.97% | 0.69% | - |
| XYZ | 22.69 | 11.21 | 26.95 | - |
| YUV | 71.56 | 168.32 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 143 | 0 | 0.97 | 0.18 | 0.31 | 311.29 | 0.94 | 0.35 |
| Hex | AF | 5 | 8F | 0 | 61 | 12 | 1F | 137 | 5E | 23 |
| Octal | 257 | 5 | 217 | 0 | 141 | 22 | 37 | 467 | 136 | 43 |
| Binary | 10101111 | 101 | 10001111 | 0 | 1100001 | 10010 | 11111 | 100110111 | 1011110 | 100011 |
Color Harmonies of #AF058F
Complementary color
Monochromatic Colors of #AF058F
Black with #AF058F
Text Example
Text Example
White with #AF058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF058F; }
p { color: rgb(175,5,143); }
H1.HeaderClassName
{
color: #AF058F;
}
.AnyTagClassName
{
color: #AF058F;
}
</style>
background-color css
<style>
a { background-color: #AF058F; }
a { background-color: rgb(175,5,143); }
div.DivClassName
{
background-color: #AF058F;
}
.BgClassName
{
background-color: #AF058F;
}
</style>
border-color css
<style>
span { border-color: #AF058F; }
span { border-color: rgb(175,5,143); }
td.TdClassName
{
border-color: #AF058F;
}
.TagClassName
{
border-color: #AF058F;
}
</style>