Shades of Medium Red Violet #AF358D
Tints of Medium Red Violet #AF358D
RGB
CMYK
RGB Variations
Color information
#AF358D (or 0xAF358D) is known color: Medium Red Violet. HEX triplet: AF, 35 and 8D. RGB value is (175,53,141). Sum of RGB (Red+Green+Blue) = 175+53+141=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF358D is #50CA72. Grayscale: #636363. Windows color (decimal): -5294707 or 9254319. OLE color: 9254319.
HSL color Cylindrical-coordinate representation of color #AF358D: hue angle of 316.72º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF358D is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 141 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.31 |
| HSL | 316.72º | 0.54% | 0.45% | - |
| HSV(B) | 316.72º | 0.7% | 0.69% | - |
| XYZ | 23.76 | 13.58 | 26.57 | - |
| YUV | 99.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 141 | 0 | 0.70 | 0.19 | 0.31 | 316.72 | 0.54 | 0.45 |
| Hex | AF | 35 | 8D | 0 | 46 | 13 | 1F | 13D | 36 | 2D |
| Octal | 257 | 65 | 215 | 0 | 106 | 23 | 37 | 475 | 66 | 55 |
| Binary | 10101111 | 110101 | 10001101 | 0 | 1000110 | 10011 | 11111 | 100111101 | 110110 | 101101 |
Color Harmonies of #AF358D
Complementary color
Monochromatic Colors of #AF358D
Black with #AF358D
Text Example
Text Example
White with #AF358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF358D; }
p { color: rgb(175,53,141); }
H1.HeaderClassName
{
color: #AF358D;
}
.AnyTagClassName
{
color: #AF358D;
}
</style>
background-color css
<style>
a { background-color: #AF358D; }
a { background-color: rgb(175,53,141); }
div.DivClassName
{
background-color: #AF358D;
}
.BgClassName
{
background-color: #AF358D;
}
</style>
border-color css
<style>
span { border-color: #AF358D; }
span { border-color: rgb(175,53,141); }
td.TdClassName
{
border-color: #AF358D;
}
.TagClassName
{
border-color: #AF358D;
}
</style>