Shades of Medium Red Violet #AF358E
Tints of Medium Red Violet #AF358E
RGB
CMYK
RGB Variations
Color information
#AF358E (or 0xAF358E) is known color: Medium Red Violet. HEX triplet: AF, 35 and 8E. RGB value is (175,53,142). Sum of RGB (Red+Green+Blue) = 175+53+142=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF358E is #50CA71. Grayscale: #636363. Windows color (decimal): -5294706 or 9319855. OLE color: 9319855.
HSL color Cylindrical-coordinate representation of color #AF358E: hue angle of 316.23º 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 #AF358E is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 142 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.31 |
| HSL | 316.23º | 0.54% | 0.45% | - |
| HSV(B) | 316.23º | 0.7% | 0.69% | - |
| XYZ | 23.83 | 13.61 | 26.96 | - |
| YUV | 99.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 142 | 0 | 0.70 | 0.19 | 0.31 | 316.23 | 0.54 | 0.45 |
| Hex | AF | 35 | 8E | 0 | 46 | 13 | 1F | 13C | 36 | 2D |
| Octal | 257 | 65 | 216 | 0 | 106 | 23 | 37 | 474 | 66 | 55 |
| Binary | 10101111 | 110101 | 10001110 | 0 | 1000110 | 10011 | 11111 | 100111100 | 110110 | 101101 |
Color Harmonies of #AF358E
Complementary color
Monochromatic Colors of #AF358E
Black with #AF358E
Text Example
Text Example
White with #AF358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF358E; }
p { color: rgb(175,53,142); }
H1.HeaderClassName
{
color: #AF358E;
}
.AnyTagClassName
{
color: #AF358E;
}
</style>
background-color css
<style>
a { background-color: #AF358E; }
a { background-color: rgb(175,53,142); }
div.DivClassName
{
background-color: #AF358E;
}
.BgClassName
{
background-color: #AF358E;
}
</style>
border-color css
<style>
span { border-color: #AF358E; }
span { border-color: rgb(175,53,142); }
td.TdClassName
{
border-color: #AF358E;
}
.TagClassName
{
border-color: #AF358E;
}
</style>