Shades of Medium Red Violet #AF218D
Tints of Medium Red Violet #AF218D
RGB
CMYK
RGB Variations
Color information
#AF218D (or 0xAF218D) is known color: Medium Red Violet. HEX triplet: AF, 21 and 8D. RGB value is (175,33,141). Sum of RGB (Red+Green+Blue) = 175+33+141=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF218D is #50DE72. Grayscale: #575757. Windows color (decimal): -5299827 or 9249199. OLE color: 9249199.
HSL color Cylindrical-coordinate representation of color #AF218D: hue angle of 314.37º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF218D is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 141 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.31 |
| HSL | 314.37º | 0.68% | 0.41% | - |
| HSV(B) | 314.37º | 0.81% | 0.69% | - |
| XYZ | 23.03 | 12.12 | 26.33 | - |
| YUV | 87.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 141 | 0 | 0.81 | 0.19 | 0.31 | 314.37 | 0.68 | 0.41 |
| Hex | AF | 21 | 8D | 0 | 51 | 13 | 1F | 13A | 44 | 29 |
| Octal | 257 | 41 | 215 | 0 | 121 | 23 | 37 | 472 | 104 | 51 |
| Binary | 10101111 | 100001 | 10001101 | 0 | 1010001 | 10011 | 11111 | 100111010 | 1000100 | 101001 |
Color Harmonies of #AF218D
Complementary color
Monochromatic Colors of #AF218D
Black with #AF218D
Text Example
Text Example
White with #AF218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF218D; }
p { color: rgb(175,33,141); }
H1.HeaderClassName
{
color: #AF218D;
}
.AnyTagClassName
{
color: #AF218D;
}
</style>
background-color css
<style>
a { background-color: #AF218D; }
a { background-color: rgb(175,33,141); }
div.DivClassName
{
background-color: #AF218D;
}
.BgClassName
{
background-color: #AF218D;
}
</style>
border-color css
<style>
span { border-color: #AF218D; }
span { border-color: rgb(175,33,141); }
td.TdClassName
{
border-color: #AF218D;
}
.TagClassName
{
border-color: #AF218D;
}
</style>