Shades of Medium Red Violet #AF2870
Tints of Medium Red Violet #AF2870
RGB
CMYK
RGB Variations
Color information
#AF2870 (or 0xAF2870) is known color: Medium Red Violet. HEX triplet: AF, 28 and 70. RGB value is (175,40,112). Sum of RGB (Red+Green+Blue) = 175+40+112=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2870 is #50D78F. Grayscale: #585858. Windows color (decimal): -5298064 or 7350447. OLE color: 7350447.
HSL color Cylindrical-coordinate representation of color #AF2870: hue angle of 328º 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 #AF2870 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 112 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.31 |
| HSL | 328º | 0.63% | 0.42% | - |
| HSV(B) | 328º | 0.77% | 0.69% | - |
| XYZ | 21.36 | 11.8 | 16.48 | - |
| YUV | 88.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 112 | 0 | 0.77 | 0.36 | 0.31 | 328 | 0.63 | 0.42 |
| Hex | AF | 28 | 70 | 0 | 4D | 24 | 1F | 148 | 3F | 2A |
| Octal | 257 | 50 | 160 | 0 | 115 | 44 | 37 | 510 | 77 | 52 |
| Binary | 10101111 | 101000 | 1110000 | 0 | 1001101 | 100100 | 11111 | 101001000 | 111111 | 101010 |
Color Harmonies of #AF2870
Complementary color
Monochromatic Colors of #AF2870
Black with #AF2870
Text Example
Text Example
White with #AF2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2870; }
p { color: rgb(175,40,112); }
H1.HeaderClassName
{
color: #AF2870;
}
.AnyTagClassName
{
color: #AF2870;
}
</style>
background-color css
<style>
a { background-color: #AF2870; }
a { background-color: rgb(175,40,112); }
div.DivClassName
{
background-color: #AF2870;
}
.BgClassName
{
background-color: #AF2870;
}
</style>
border-color css
<style>
span { border-color: #AF2870; }
span { border-color: rgb(175,40,112); }
td.TdClassName
{
border-color: #AF2870;
}
.TagClassName
{
border-color: #AF2870;
}
</style>