Shades of Medium Red Violet #AF1E79
Tints of Medium Red Violet #AF1E79
RGB
CMYK
RGB Variations
Color information
#AF1E79 (or 0xAF1E79) is known color: Medium Red Violet. HEX triplet: AF, 1E and 79. RGB value is (175,30,121). Sum of RGB (Red+Green+Blue) = 175+30+121=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E79 is #50E186. Grayscale: #535353. Windows color (decimal): -5300615 or 7937711. OLE color: 7937711.
HSL color Cylindrical-coordinate representation of color #AF1E79: hue angle of 322.34º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1E79 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 121 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.31 |
| HSL | 322.34º | 0.71% | 0.4% | - |
| HSV(B) | 322.34º | 0.83% | 0.69% | - |
| XYZ | 21.59 | 11.42 | 19.16 | - |
| YUV | 83.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 121 | 0 | 0.83 | 0.31 | 0.31 | 322.34 | 0.71 | 0.4 |
| Hex | AF | 1E | 79 | 0 | 53 | 1F | 1F | 142 | 47 | 28 |
| Octal | 257 | 36 | 171 | 0 | 123 | 37 | 37 | 502 | 107 | 50 |
| Binary | 10101111 | 11110 | 1111001 | 0 | 1010011 | 11111 | 11111 | 101000010 | 1000111 | 101000 |
Color Harmonies of #AF1E79
Complementary color
Monochromatic Colors of #AF1E79
Black with #AF1E79
Text Example
Text Example
White with #AF1E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1E79; }
p { color: rgb(175,30,121); }
H1.HeaderClassName
{
color: #AF1E79;
}
.AnyTagClassName
{
color: #AF1E79;
}
</style>
background-color css
<style>
a { background-color: #AF1E79; }
a { background-color: rgb(175,30,121); }
div.DivClassName
{
background-color: #AF1E79;
}
.BgClassName
{
background-color: #AF1E79;
}
</style>
border-color css
<style>
span { border-color: #AF1E79; }
span { border-color: rgb(175,30,121); }
td.TdClassName
{
border-color: #AF1E79;
}
.TagClassName
{
border-color: #AF1E79;
}
</style>