Shades of Medium Violet Red #AF057D
Tints of Medium Violet Red #AF057D
RGB
CMYK
RGB Variations
Color information
#AF057D (or 0xAF057D) is known color: Medium Violet Red. HEX triplet: AF, 05 and 7D. RGB value is (175,5,125). Sum of RGB (Red+Green+Blue) = 175+5+125=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF057D is #50FA82. Grayscale: #454545. Windows color (decimal): -5307011 or 8193455. OLE color: 8193455.
HSL color Cylindrical-coordinate representation of color #AF057D: hue angle of 317.65º 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 #AF057D is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 125 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.31 |
| HSL | 317.65º | 0.94% | 0.35% | - |
| HSV(B) | 317.65º | 0.97% | 0.69% | - |
| XYZ | 21.44 | 10.7 | 20.34 | - |
| YUV | 69.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 125 | 0 | 0.97 | 0.29 | 0.31 | 317.65 | 0.94 | 0.35 |
| Hex | AF | 5 | 7D | 0 | 61 | 1D | 1F | 13E | 5E | 23 |
| Octal | 257 | 5 | 175 | 0 | 141 | 35 | 37 | 476 | 136 | 43 |
| Binary | 10101111 | 101 | 1111101 | 0 | 1100001 | 11101 | 11111 | 100111110 | 1011110 | 100011 |
Color Harmonies of #AF057D
Complementary color
Monochromatic Colors of #AF057D
Black with #AF057D
Text Example
Text Example
White with #AF057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF057D; }
p { color: rgb(175,5,125); }
H1.HeaderClassName
{
color: #AF057D;
}
.AnyTagClassName
{
color: #AF057D;
}
</style>
background-color css
<style>
a { background-color: #AF057D; }
a { background-color: rgb(175,5,125); }
div.DivClassName
{
background-color: #AF057D;
}
.BgClassName
{
background-color: #AF057D;
}
</style>
border-color css
<style>
span { border-color: #AF057D; }
span { border-color: rgb(175,5,125); }
td.TdClassName
{
border-color: #AF057D;
}
.TagClassName
{
border-color: #AF057D;
}
</style>