Shades of Medium Red Violet #AF2374
Tints of Medium Red Violet #AF2374
RGB
CMYK
RGB Variations
Color information
#AF2374 (or 0xAF2374) is known color: Medium Red Violet. HEX triplet: AF, 23 and 74. RGB value is (175,35,116). Sum of RGB (Red+Green+Blue) = 175+35+116=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2374 is #50DC8B. Grayscale: #555555. Windows color (decimal): -5299340 or 7611311. OLE color: 7611311.
HSL color Cylindrical-coordinate representation of color #AF2374: hue angle of 325.29º 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 #AF2374 is Cyan = 0, Magento = 0.8, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 116 | - |
| CMYK | 0 | 0.8 | 0.34 | 0.31 |
| HSL | 325.29º | 0.67% | 0.41% | - |
| HSV(B) | 325.29º | 0.8% | 0.69% | - |
| XYZ | 21.43 | 11.58 | 17.63 | - |
| YUV | 86.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 116 | 0 | 0.8 | 0.34 | 0.31 | 325.29 | 0.67 | 0.41 |
| Hex | AF | 23 | 74 | 0 | 50 | 22 | 1F | 145 | 43 | 29 |
| Octal | 257 | 43 | 164 | 0 | 120 | 42 | 37 | 505 | 103 | 51 |
| Binary | 10101111 | 100011 | 1110100 | 0 | 1010000 | 100010 | 11111 | 101000101 | 1000011 | 101001 |
Color Harmonies of #AF2374
Complementary color
Monochromatic Colors of #AF2374
Black with #AF2374
Text Example
Text Example
White with #AF2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2374; }
p { color: rgb(175,35,116); }
H1.HeaderClassName
{
color: #AF2374;
}
.AnyTagClassName
{
color: #AF2374;
}
</style>
background-color css
<style>
a { background-color: #AF2374; }
a { background-color: rgb(175,35,116); }
div.DivClassName
{
background-color: #AF2374;
}
.BgClassName
{
background-color: #AF2374;
}
</style>
border-color css
<style>
span { border-color: #AF2374; }
span { border-color: rgb(175,35,116); }
td.TdClassName
{
border-color: #AF2374;
}
.TagClassName
{
border-color: #AF2374;
}
</style>