Shades of Medium Red Violet #AF2880
Tints of Medium Red Violet #AF2880
RGB
CMYK
RGB Variations
Color information
#AF2880 (or 0xAF2880) is known color: Medium Red Violet. HEX triplet: AF, 28 and 80. RGB value is (175,40,128). Sum of RGB (Red+Green+Blue) = 175+40+128=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2880 is #50D77F. Grayscale: #5A5A5A. Windows color (decimal): -5298048 or 8399023. OLE color: 8399023.
HSL color Cylindrical-coordinate representation of color #AF2880: hue angle of 320.89º degrees, saturation: 0.63, 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 #AF2880 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 128 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.31 |
| HSL | 320.89º | 0.63% | 0.42% | - |
| HSV(B) | 320.89º | 0.77% | 0.69% | - |
| XYZ | 22.33 | 12.19 | 21.6 | - |
| YUV | 90.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 128 | 0 | 0.77 | 0.27 | 0.31 | 320.89 | 0.63 | 0.42 |
| Hex | AF | 28 | 80 | 0 | 4D | 1B | 1F | 141 | 3F | 2A |
| Octal | 257 | 50 | 200 | 0 | 115 | 33 | 37 | 501 | 77 | 52 |
| Binary | 10101111 | 101000 | 10000000 | 0 | 1001101 | 11011 | 11111 | 101000001 | 111111 | 101010 |
Color Harmonies of #AF2880
Complementary color
Monochromatic Colors of #AF2880
Black with #AF2880
Text Example
Text Example
White with #AF2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2880; }
p { color: rgb(175,40,128); }
H1.HeaderClassName
{
color: #AF2880;
}
.AnyTagClassName
{
color: #AF2880;
}
</style>
background-color css
<style>
a { background-color: #AF2880; }
a { background-color: rgb(175,40,128); }
div.DivClassName
{
background-color: #AF2880;
}
.BgClassName
{
background-color: #AF2880;
}
</style>
border-color css
<style>
span { border-color: #AF2880; }
span { border-color: rgb(175,40,128); }
td.TdClassName
{
border-color: #AF2880;
}
.TagClassName
{
border-color: #AF2880;
}
</style>