Shades of Medium Red Violet #AF2373
Tints of Medium Red Violet #AF2373
RGB
CMYK
RGB Variations
Color information
#AF2373 (or 0xAF2373) is known color: Medium Red Violet. HEX triplet: AF, 23 and 73. RGB value is (175,35,115). Sum of RGB (Red+Green+Blue) = 175+35+115=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2373 is #50DC8C. Grayscale: #555555. Windows color (decimal): -5299341 or 7545775. OLE color: 7545775.
HSL color Cylindrical-coordinate representation of color #AF2373: hue angle of 325.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2373 is Cyan = 0, Magento = 0.8, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 115 | - |
| CMYK | 0 | 0.8 | 0.34 | 0.31 |
| HSL | 325.71º | 0.67% | 0.41% | - |
| HSV(B) | 325.71º | 0.8% | 0.69% | - |
| XYZ | 21.37 | 11.55 | 17.32 | - |
| YUV | 85.98 | 144.38 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 115 | 0 | 0.8 | 0.34 | 0.31 | 325.71 | 0.67 | 0.41 |
| Hex | AF | 23 | 73 | 0 | 50 | 22 | 1F | 146 | 43 | 29 |
| Octal | 257 | 43 | 163 | 0 | 120 | 42 | 37 | 506 | 103 | 51 |
| Binary | 10101111 | 100011 | 1110011 | 0 | 1010000 | 100010 | 11111 | 101000110 | 1000011 | 101001 |
Color Harmonies of #AF2373
Complementary color
Monochromatic Colors of #AF2373
Black with #AF2373
Text Example
Text Example
White with #AF2373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2373; }
p { color: rgb(175,35,115); }
H1.HeaderClassName
{
color: #AF2373;
}
.AnyTagClassName
{
color: #AF2373;
}
</style>
background-color css
<style>
a { background-color: #AF2373; }
a { background-color: rgb(175,35,115); }
div.DivClassName
{
background-color: #AF2373;
}
.BgClassName
{
background-color: #AF2373;
}
</style>
border-color css
<style>
span { border-color: #AF2373; }
span { border-color: rgb(175,35,115); }
td.TdClassName
{
border-color: #AF2373;
}
.TagClassName
{
border-color: #AF2373;
}
</style>