Shades of Medium Red Violet #AF208D
Tints of Medium Red Violet #AF208D
RGB
CMYK
RGB Variations
Color information
#AF208D (or 0xAF208D) is known color: Medium Red Violet. HEX triplet: AF, 20 and 8D. RGB value is (175,32,141). Sum of RGB (Red+Green+Blue) = 175+32+141=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF208D is #50DF72. Grayscale: #565656. Windows color (decimal): -5300083 or 9248943. OLE color: 9248943.
HSL color Cylindrical-coordinate representation of color #AF208D: hue angle of 314.27º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF208D is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 141 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.31 |
| HSL | 314.27º | 0.69% | 0.41% | - |
| HSV(B) | 314.27º | 0.82% | 0.69% | - |
| XYZ | 23 | 12.07 | 26.32 | - |
| YUV | 87.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 141 | 0 | 0.82 | 0.19 | 0.31 | 314.27 | 0.69 | 0.41 |
| Hex | AF | 20 | 8D | 0 | 52 | 13 | 1F | 13A | 45 | 29 |
| Octal | 257 | 40 | 215 | 0 | 122 | 23 | 37 | 472 | 105 | 51 |
| Binary | 10101111 | 100000 | 10001101 | 0 | 1010010 | 10011 | 11111 | 100111010 | 1000101 | 101001 |
Color Harmonies of #AF208D
Complementary color
Monochromatic Colors of #AF208D
Black with #AF208D
Text Example
Text Example
White with #AF208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF208D; }
p { color: rgb(175,32,141); }
H1.HeaderClassName
{
color: #AF208D;
}
.AnyTagClassName
{
color: #AF208D;
}
</style>
background-color css
<style>
a { background-color: #AF208D; }
a { background-color: rgb(175,32,141); }
div.DivClassName
{
background-color: #AF208D;
}
.BgClassName
{
background-color: #AF208D;
}
</style>
border-color css
<style>
span { border-color: #AF208D; }
span { border-color: rgb(175,32,141); }
td.TdClassName
{
border-color: #AF208D;
}
.TagClassName
{
border-color: #AF208D;
}
</style>