Shades of Medium Red Violet #AF2981
Tints of Medium Red Violet #AF2981
RGB
CMYK
RGB Variations
Color information
#AF2981 (or 0xAF2981) is known color: Medium Red Violet. HEX triplet: AF, 29 and 81. RGB value is (175,41,129). Sum of RGB (Red+Green+Blue) = 175+41+129=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2981 is #50D67E. Grayscale: #5A5A5A. Windows color (decimal): -5297791 or 8464815. OLE color: 8464815.
HSL color Cylindrical-coordinate representation of color #AF2981: hue angle of 320.6º 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 #AF2981 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 129 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.31 |
| HSL | 320.6º | 0.62% | 0.42% | - |
| HSV(B) | 320.6º | 0.77% | 0.69% | - |
| XYZ | 22.43 | 12.28 | 21.96 | - |
| YUV | 91.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 129 | 0 | 0.77 | 0.26 | 0.31 | 320.6 | 0.62 | 0.42 |
| Hex | AF | 29 | 81 | 0 | 4D | 1A | 1F | 141 | 3E | 2A |
| Octal | 257 | 51 | 201 | 0 | 115 | 32 | 37 | 501 | 76 | 52 |
| Binary | 10101111 | 101001 | 10000001 | 0 | 1001101 | 11010 | 11111 | 101000001 | 111110 | 101010 |
Color Harmonies of #AF2981
Complementary color
Monochromatic Colors of #AF2981
Black with #AF2981
Text Example
Text Example
White with #AF2981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2981; }
p { color: rgb(175,41,129); }
H1.HeaderClassName
{
color: #AF2981;
}
.AnyTagClassName
{
color: #AF2981;
}
</style>
background-color css
<style>
a { background-color: #AF2981; }
a { background-color: rgb(175,41,129); }
div.DivClassName
{
background-color: #AF2981;
}
.BgClassName
{
background-color: #AF2981;
}
</style>
border-color css
<style>
span { border-color: #AF2981; }
span { border-color: rgb(175,41,129); }
td.TdClassName
{
border-color: #AF2981;
}
.TagClassName
{
border-color: #AF2981;
}
</style>