Shades of Medium Red Violet #AF2982
Tints of Medium Red Violet #AF2982
RGB
CMYK
RGB Variations
Color information
#AF2982 (or 0xAF2982) is known color: Medium Red Violet. HEX triplet: AF, 29 and 82. RGB value is (175,41,130). Sum of RGB (Red+Green+Blue) = 175+41+130=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2982 is #50D67D. Grayscale: #5A5A5A. Windows color (decimal): -5297790 or 8530351. OLE color: 8530351.
HSL color Cylindrical-coordinate representation of color #AF2982: hue angle of 320.15º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2982 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 130 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.31 |
| HSL | 320.15º | 0.62% | 0.42% | - |
| HSV(B) | 320.15º | 0.77% | 0.69% | - |
| XYZ | 22.5 | 12.31 | 22.31 | - |
| YUV | 91.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 130 | 0 | 0.77 | 0.26 | 0.31 | 320.15 | 0.62 | 0.42 |
| Hex | AF | 29 | 82 | 0 | 4D | 1A | 1F | 140 | 3E | 2A |
| Octal | 257 | 51 | 202 | 0 | 115 | 32 | 37 | 500 | 76 | 52 |
| Binary | 10101111 | 101001 | 10000010 | 0 | 1001101 | 11010 | 11111 | 101000000 | 111110 | 101010 |
Color Harmonies of #AF2982
Complementary color
Monochromatic Colors of #AF2982
Black with #AF2982
Text Example
Text Example
White with #AF2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2982; }
p { color: rgb(175,41,130); }
H1.HeaderClassName
{
color: #AF2982;
}
.AnyTagClassName
{
color: #AF2982;
}
</style>
background-color css
<style>
a { background-color: #AF2982; }
a { background-color: rgb(175,41,130); }
div.DivClassName
{
background-color: #AF2982;
}
.BgClassName
{
background-color: #AF2982;
}
</style>
border-color css
<style>
span { border-color: #AF2982; }
span { border-color: rgb(175,41,130); }
td.TdClassName
{
border-color: #AF2982;
}
.TagClassName
{
border-color: #AF2982;
}
</style>