Shades of Medium Red Violet #AF2990
Tints of Medium Red Violet #AF2990
RGB
CMYK
RGB Variations
Color information
#AF2990 (or 0xAF2990) is known color: Medium Red Violet. HEX triplet: AF, 29 and 90. RGB value is (175,41,144). Sum of RGB (Red+Green+Blue) = 175+41+144=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2990 is #50D66F. Grayscale: #5C5C5C. Windows color (decimal): -5297776 or 9447855. OLE color: 9447855.
HSL color Cylindrical-coordinate representation of color #AF2990: hue angle of 313.88º 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 #AF2990 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 144 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.31 |
| HSL | 313.88º | 0.62% | 0.42% | - |
| HSV(B) | 313.88º | 0.77% | 0.69% | - |
| XYZ | 23.51 | 12.71 | 27.6 | - |
| YUV | 92.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 144 | 0 | 0.77 | 0.18 | 0.31 | 313.88 | 0.62 | 0.42 |
| Hex | AF | 29 | 90 | 0 | 4D | 12 | 1F | 13A | 3E | 2A |
| Octal | 257 | 51 | 220 | 0 | 115 | 22 | 37 | 472 | 76 | 52 |
| Binary | 10101111 | 101001 | 10010000 | 0 | 1001101 | 10010 | 11111 | 100111010 | 111110 | 101010 |
Color Harmonies of #AF2990
Complementary color
Monochromatic Colors of #AF2990
Black with #AF2990
Text Example
Text Example
White with #AF2990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2990; }
p { color: rgb(175,41,144); }
H1.HeaderClassName
{
color: #AF2990;
}
.AnyTagClassName
{
color: #AF2990;
}
</style>
background-color css
<style>
a { background-color: #AF2990; }
a { background-color: rgb(175,41,144); }
div.DivClassName
{
background-color: #AF2990;
}
.BgClassName
{
background-color: #AF2990;
}
</style>
border-color css
<style>
span { border-color: #AF2990; }
span { border-color: rgb(175,41,144); }
td.TdClassName
{
border-color: #AF2990;
}
.TagClassName
{
border-color: #AF2990;
}
</style>