Shades of Medium Red Violet #AF358A
Tints of Medium Red Violet #AF358A
RGB
CMYK
RGB Variations
Color information
#AF358A (or 0xAF358A) is known color: Medium Red Violet. HEX triplet: AF, 35 and 8A. RGB value is (175,53,138). Sum of RGB (Red+Green+Blue) = 175+53+138=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF358A is #50CA75. Grayscale: #626262. Windows color (decimal): -5294710 or 9057711. OLE color: 9057711.
HSL color Cylindrical-coordinate representation of color #AF358A: hue angle of 318.2º 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 #AF358A is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 138 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.31 |
| HSL | 318.2º | 0.54% | 0.45% | - |
| HSV(B) | 318.2º | 0.7% | 0.69% | - |
| XYZ | 23.54 | 13.5 | 25.41 | - |
| YUV | 99.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 138 | 0 | 0.70 | 0.21 | 0.31 | 318.2 | 0.54 | 0.45 |
| Hex | AF | 35 | 8A | 0 | 46 | 15 | 1F | 13E | 36 | 2D |
| Octal | 257 | 65 | 212 | 0 | 106 | 25 | 37 | 476 | 66 | 55 |
| Binary | 10101111 | 110101 | 10001010 | 0 | 1000110 | 10101 | 11111 | 100111110 | 110110 | 101101 |
Color Harmonies of #AF358A
Complementary color
Monochromatic Colors of #AF358A
Black with #AF358A
Text Example
Text Example
White with #AF358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF358A; }
p { color: rgb(175,53,138); }
H1.HeaderClassName
{
color: #AF358A;
}
.AnyTagClassName
{
color: #AF358A;
}
</style>
background-color css
<style>
a { background-color: #AF358A; }
a { background-color: rgb(175,53,138); }
div.DivClassName
{
background-color: #AF358A;
}
.BgClassName
{
background-color: #AF358A;
}
</style>
border-color css
<style>
span { border-color: #AF358A; }
span { border-color: rgb(175,53,138); }
td.TdClassName
{
border-color: #AF358A;
}
.TagClassName
{
border-color: #AF358A;
}
</style>