Shades of Medium Red Violet #AF3373
Tints of Medium Red Violet #AF3373
RGB
CMYK
RGB Variations
Color information
#AF3373 (or 0xAF3373) is known color: Medium Red Violet. HEX triplet: AF, 33 and 73. RGB value is (175,51,115). Sum of RGB (Red+Green+Blue) = 175+51+115=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3373 is #50CC8C. Grayscale: #5F5F5F. Windows color (decimal): -5295245 or 7549871. OLE color: 7549871.
HSL color Cylindrical-coordinate representation of color #AF3373: hue angle of 329.03º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3373 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 115 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.31 |
| HSL | 329.03º | 0.55% | 0.44% | - |
| HSV(B) | 329.03º | 0.71% | 0.69% | - |
| XYZ | 21.96 | 12.72 | 17.52 | - |
| YUV | 95.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 115 | 0 | 0.71 | 0.34 | 0.31 | 329.03 | 0.55 | 0.44 |
| Hex | AF | 33 | 73 | 0 | 47 | 22 | 1F | 149 | 37 | 2C |
| Octal | 257 | 63 | 163 | 0 | 107 | 42 | 37 | 511 | 67 | 54 |
| Binary | 10101111 | 110011 | 1110011 | 0 | 1000111 | 100010 | 11111 | 101001001 | 110111 | 101100 |
Color Harmonies of #AF3373
Complementary color
Monochromatic Colors of #AF3373
Black with #AF3373
Text Example
Text Example
White with #AF3373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3373; }
p { color: rgb(175,51,115); }
H1.HeaderClassName
{
color: #AF3373;
}
.AnyTagClassName
{
color: #AF3373;
}
</style>
background-color css
<style>
a { background-color: #AF3373; }
a { background-color: rgb(175,51,115); }
div.DivClassName
{
background-color: #AF3373;
}
.BgClassName
{
background-color: #AF3373;
}
</style>
border-color css
<style>
span { border-color: #AF3373; }
span { border-color: rgb(175,51,115); }
td.TdClassName
{
border-color: #AF3373;
}
.TagClassName
{
border-color: #AF3373;
}
</style>