Shades of Medium Red Violet #AF3674
Tints of Medium Red Violet #AF3674
RGB
CMYK
RGB Variations
Color information
#AF3674 (or 0xAF3674) is known color: Medium Red Violet. HEX triplet: AF, 36 and 74. RGB value is (175,54,116). Sum of RGB (Red+Green+Blue) = 175+54+116=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3674 is #50C98B. Grayscale: #616161. Windows color (decimal): -5294476 or 7616175. OLE color: 7616175.
HSL color Cylindrical-coordinate representation of color #AF3674: hue angle of 329.26º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3674 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 116 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.31 |
| HSL | 329.26º | 0.53% | 0.45% | - |
| HSV(B) | 329.26º | 0.69% | 0.69% | - |
| XYZ | 22.15 | 13.01 | 17.87 | - |
| YUV | 97.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 116 | 0 | 0.69 | 0.34 | 0.31 | 329.26 | 0.53 | 0.45 |
| Hex | AF | 36 | 74 | 0 | 45 | 22 | 1F | 149 | 35 | 2D |
| Octal | 257 | 66 | 164 | 0 | 105 | 42 | 37 | 511 | 65 | 55 |
| Binary | 10101111 | 110110 | 1110100 | 0 | 1000101 | 100010 | 11111 | 101001001 | 110101 | 101101 |
Color Harmonies of #AF3674
Complementary color
Monochromatic Colors of #AF3674
Black with #AF3674
Text Example
Text Example
White with #AF3674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3674; }
p { color: rgb(175,54,116); }
H1.HeaderClassName
{
color: #AF3674;
}
.AnyTagClassName
{
color: #AF3674;
}
</style>
background-color css
<style>
a { background-color: #AF3674; }
a { background-color: rgb(175,54,116); }
div.DivClassName
{
background-color: #AF3674;
}
.BgClassName
{
background-color: #AF3674;
}
</style>
border-color css
<style>
span { border-color: #AF3674; }
span { border-color: rgb(175,54,116); }
td.TdClassName
{
border-color: #AF3674;
}
.TagClassName
{
border-color: #AF3674;
}
</style>