Shades of Medium Red Violet #AF3993
Tints of Medium Red Violet #AF3993
RGB
CMYK
RGB Variations
Color information
#AF3993 (or 0xAF3993) is known color: Medium Red Violet. HEX triplet: AF, 39 and 93. RGB value is (175,57,147). Sum of RGB (Red+Green+Blue) = 175+57+147=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3993 is #50C66C. Grayscale: #666666. Windows color (decimal): -5293677 or 9648559. OLE color: 9648559.
HSL color Cylindrical-coordinate representation of color #AF3993: hue angle of 314.24º 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 #AF3993 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 147 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.31 |
| HSL | 314.24º | 0.51% | 0.45% | - |
| HSV(B) | 314.24º | 0.67% | 0.69% | - |
| XYZ | 24.41 | 14.15 | 29.05 | - |
| YUV | 102.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 147 | 0 | 0.67 | 0.16 | 0.31 | 314.24 | 0.51 | 0.45 |
| Hex | AF | 39 | 93 | 0 | 43 | 10 | 1F | 13A | 33 | 2D |
| Octal | 257 | 71 | 223 | 0 | 103 | 20 | 37 | 472 | 63 | 55 |
| Binary | 10101111 | 111001 | 10010011 | 0 | 1000011 | 10000 | 11111 | 100111010 | 110011 | 101101 |
Color Harmonies of #AF3993
Complementary color
Monochromatic Colors of #AF3993
Black with #AF3993
Text Example
Text Example
White with #AF3993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3993; }
p { color: rgb(175,57,147); }
H1.HeaderClassName
{
color: #AF3993;
}
.AnyTagClassName
{
color: #AF3993;
}
</style>
background-color css
<style>
a { background-color: #AF3993; }
a { background-color: rgb(175,57,147); }
div.DivClassName
{
background-color: #AF3993;
}
.BgClassName
{
background-color: #AF3993;
}
</style>
border-color css
<style>
span { border-color: #AF3993; }
span { border-color: rgb(175,57,147); }
td.TdClassName
{
border-color: #AF3993;
}
.TagClassName
{
border-color: #AF3993;
}
</style>