Shades of Medium Red Violet #AF20AA
Tints of Medium Red Violet #AF20AA
RGB
CMYK
RGB Variations
Color information
#AF20AA (or 0xAF20AA) is known color: Medium Red Violet. HEX triplet: AF, 20 and AA. RGB value is (175,32,170). Sum of RGB (Red+Green+Blue) = 175+32+170=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF20AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF20AA is #50DF55. Grayscale: #5A5A5A. Windows color (decimal): -5300054 or 11149487. OLE color: 11149487.
HSL color Cylindrical-coordinate representation of color #AF20AA: hue angle of 302.1º 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 #AF20AA is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 170 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.31 |
| HSL | 302.1º | 0.69% | 0.41% | - |
| HSV(B) | 302.1º | 0.82% | 0.69% | - |
| XYZ | 25.45 | 13.05 | 39.21 | - |
| YUV | 90.49 | 172.88 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 170 | 0 | 0.82 | 0.03 | 0.31 | 302.1 | 0.69 | 0.41 |
| Hex | AF | 20 | AA | 0 | 52 | 3 | 1F | 12E | 45 | 29 |
| Octal | 257 | 40 | 252 | 0 | 122 | 3 | 37 | 456 | 105 | 51 |
| Binary | 10101111 | 100000 | 10101010 | 0 | 1010010 | 11 | 11111 | 100101110 | 1000101 | 101001 |
Color Harmonies of #AF20AA
Complementary color
Monochromatic Colors of #AF20AA
Black with #AF20AA
Text Example
Text Example
White with #AF20AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20AA; }
p { color: rgb(175,32,170); }
H1.HeaderClassName
{
color: #AF20AA;
}
.AnyTagClassName
{
color: #AF20AA;
}
</style>
background-color css
<style>
a { background-color: #AF20AA; }
a { background-color: rgb(175,32,170); }
div.DivClassName
{
background-color: #AF20AA;
}
.BgClassName
{
background-color: #AF20AA;
}
</style>
border-color css
<style>
span { border-color: #AF20AA; }
span { border-color: rgb(175,32,170); }
td.TdClassName
{
border-color: #AF20AA;
}
.TagClassName
{
border-color: #AF20AA;
}
</style>