Shades of Medium Red Violet #AF3994
Tints of Medium Red Violet #AF3994
RGB
CMYK
RGB Variations
Color information
#AF3994 (or 0xAF3994) is known color: Medium Red Violet. HEX triplet: AF, 39 and 94. RGB value is (175,57,148). Sum of RGB (Red+Green+Blue) = 175+57+148=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3994 is #50C66B. Grayscale: #666666. Windows color (decimal): -5293676 or 9714095. OLE color: 9714095.
HSL color Cylindrical-coordinate representation of color #AF3994: hue angle of 313.73º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3994 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 148 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.31 |
| HSL | 313.73º | 0.51% | 0.45% | - |
| HSV(B) | 313.73º | 0.67% | 0.69% | - |
| XYZ | 24.49 | 14.18 | 29.46 | - |
| YUV | 102.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 148 | 0 | 0.67 | 0.15 | 0.31 | 313.73 | 0.51 | 0.45 |
| Hex | AF | 39 | 94 | 0 | 43 | F | 1F | 13A | 33 | 2D |
| Octal | 257 | 71 | 224 | 0 | 103 | 17 | 37 | 472 | 63 | 55 |
| Binary | 10101111 | 111001 | 10010100 | 0 | 1000011 | 1111 | 11111 | 100111010 | 110011 | 101101 |
Color Harmonies of #AF3994
Complementary color
Monochromatic Colors of #AF3994
Black with #AF3994
Text Example
Text Example
White with #AF3994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3994; }
p { color: rgb(175,57,148); }
H1.HeaderClassName
{
color: #AF3994;
}
.AnyTagClassName
{
color: #AF3994;
}
</style>
background-color css
<style>
a { background-color: #AF3994; }
a { background-color: rgb(175,57,148); }
div.DivClassName
{
background-color: #AF3994;
}
.BgClassName
{
background-color: #AF3994;
}
</style>
border-color css
<style>
span { border-color: #AF3994; }
span { border-color: rgb(175,57,148); }
td.TdClassName
{
border-color: #AF3994;
}
.TagClassName
{
border-color: #AF3994;
}
</style>