Shades of Medium Red Violet #AF358F
Tints of Medium Red Violet #AF358F
RGB
CMYK
RGB Variations
Color information
#AF358F (or 0xAF358F) is known color: Medium Red Violet. HEX triplet: AF, 35 and 8F. RGB value is (175,53,143). Sum of RGB (Red+Green+Blue) = 175+53+143=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF358F is #50CA70. Grayscale: #636363. Windows color (decimal): -5294705 or 9385391. OLE color: 9385391.
HSL color Cylindrical-coordinate representation of color #AF358F: hue angle of 315.74º 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 #AF358F is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 143 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.31 |
| HSL | 315.74º | 0.54% | 0.45% | - |
| HSV(B) | 315.74º | 0.7% | 0.69% | - |
| XYZ | 23.91 | 13.64 | 27.36 | - |
| YUV | 99.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 143 | 0 | 0.70 | 0.18 | 0.31 | 315.74 | 0.54 | 0.45 |
| Hex | AF | 35 | 8F | 0 | 46 | 12 | 1F | 13C | 36 | 2D |
| Octal | 257 | 65 | 217 | 0 | 106 | 22 | 37 | 474 | 66 | 55 |
| Binary | 10101111 | 110101 | 10001111 | 0 | 1000110 | 10010 | 11111 | 100111100 | 110110 | 101101 |
Color Harmonies of #AF358F
Complementary color
Monochromatic Colors of #AF358F
Black with #AF358F
Text Example
Text Example
White with #AF358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF358F; }
p { color: rgb(175,53,143); }
H1.HeaderClassName
{
color: #AF358F;
}
.AnyTagClassName
{
color: #AF358F;
}
</style>
background-color css
<style>
a { background-color: #AF358F; }
a { background-color: rgb(175,53,143); }
div.DivClassName
{
background-color: #AF358F;
}
.BgClassName
{
background-color: #AF358F;
}
</style>
border-color css
<style>
span { border-color: #AF358F; }
span { border-color: rgb(175,53,143); }
td.TdClassName
{
border-color: #AF358F;
}
.TagClassName
{
border-color: #AF358F;
}
</style>