Shades of Medium Red Violet #AF2082
Tints of Medium Red Violet #AF2082
RGB
CMYK
RGB Variations
Color information
#AF2082 (or 0xAF2082) is known color: Medium Red Violet. HEX triplet: AF, 20 and 82. RGB value is (175,32,130). Sum of RGB (Red+Green+Blue) = 175+32+130=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2082 is #50DF7D. Grayscale: #555555. Windows color (decimal): -5300094 or 8528047. OLE color: 8528047.
HSL color Cylindrical-coordinate representation of color #AF2082: hue angle of 318.88º 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 #AF2082 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 130 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.31 |
| HSL | 318.88º | 0.69% | 0.41% | - |
| HSV(B) | 318.88º | 0.82% | 0.69% | - |
| XYZ | 22.22 | 11.76 | 22.22 | - |
| YUV | 85.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 130 | 0 | 0.82 | 0.26 | 0.31 | 318.88 | 0.69 | 0.41 |
| Hex | AF | 20 | 82 | 0 | 52 | 1A | 1F | 13F | 45 | 29 |
| Octal | 257 | 40 | 202 | 0 | 122 | 32 | 37 | 477 | 105 | 51 |
| Binary | 10101111 | 100000 | 10000010 | 0 | 1010010 | 11010 | 11111 | 100111111 | 1000101 | 101001 |
Color Harmonies of #AF2082
Complementary color
Monochromatic Colors of #AF2082
Black with #AF2082
Text Example
Text Example
White with #AF2082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2082; }
p { color: rgb(175,32,130); }
H1.HeaderClassName
{
color: #AF2082;
}
.AnyTagClassName
{
color: #AF2082;
}
</style>
background-color css
<style>
a { background-color: #AF2082; }
a { background-color: rgb(175,32,130); }
div.DivClassName
{
background-color: #AF2082;
}
.BgClassName
{
background-color: #AF2082;
}
</style>
border-color css
<style>
span { border-color: #AF2082; }
span { border-color: rgb(175,32,130); }
td.TdClassName
{
border-color: #AF2082;
}
.TagClassName
{
border-color: #AF2082;
}
</style>