Shades of Medium Red Violet #AF208A
Tints of Medium Red Violet #AF208A
RGB
CMYK
RGB Variations
Color information
#AF208A (or 0xAF208A) is known color: Medium Red Violet. HEX triplet: AF, 20 and 8A. RGB value is (175,32,138). Sum of RGB (Red+Green+Blue) = 175+32+138=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF208A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF208A is #50DF75. Grayscale: #565656. Windows color (decimal): -5300086 or 9052335. OLE color: 9052335.
HSL color Cylindrical-coordinate representation of color #AF208A: hue angle of 315.52º 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 #AF208A is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 138 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.31 |
| HSL | 315.52º | 0.69% | 0.41% | - |
| HSV(B) | 315.52º | 0.82% | 0.69% | - |
| XYZ | 22.78 | 11.98 | 25.16 | - |
| YUV | 86.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 138 | 0 | 0.82 | 0.21 | 0.31 | 315.52 | 0.69 | 0.41 |
| Hex | AF | 20 | 8A | 0 | 52 | 15 | 1F | 13C | 45 | 29 |
| Octal | 257 | 40 | 212 | 0 | 122 | 25 | 37 | 474 | 105 | 51 |
| Binary | 10101111 | 100000 | 10001010 | 0 | 1010010 | 10101 | 11111 | 100111100 | 1000101 | 101001 |
Color Harmonies of #AF208A
Complementary color
Monochromatic Colors of #AF208A
Black with #AF208A
Text Example
Text Example
White with #AF208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF208A; }
p { color: rgb(175,32,138); }
H1.HeaderClassName
{
color: #AF208A;
}
.AnyTagClassName
{
color: #AF208A;
}
</style>
background-color css
<style>
a { background-color: #AF208A; }
a { background-color: rgb(175,32,138); }
div.DivClassName
{
background-color: #AF208A;
}
.BgClassName
{
background-color: #AF208A;
}
</style>
border-color css
<style>
span { border-color: #AF208A; }
span { border-color: rgb(175,32,138); }
td.TdClassName
{
border-color: #AF208A;
}
.TagClassName
{
border-color: #AF208A;
}
</style>