Shades of Medium Red Violet #AF287C
Tints of Medium Red Violet #AF287C
RGB
CMYK
RGB Variations
Color information
#AF287C (or 0xAF287C) is known color: Medium Red Violet. HEX triplet: AF, 28 and 7C. RGB value is (175,40,124). Sum of RGB (Red+Green+Blue) = 175+40+124=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF287C is #50D783. Grayscale: #595959. Windows color (decimal): -5298052 or 8136879. OLE color: 8136879.
HSL color Cylindrical-coordinate representation of color #AF287C: hue angle of 322.67º 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 #AF287C is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 124 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.31 |
| HSL | 322.67º | 0.63% | 0.42% | - |
| HSV(B) | 322.67º | 0.77% | 0.69% | - |
| XYZ | 22.08 | 12.09 | 20.24 | - |
| YUV | 89.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 124 | 0 | 0.77 | 0.29 | 0.31 | 322.67 | 0.63 | 0.42 |
| Hex | AF | 28 | 7C | 0 | 4D | 1D | 1F | 143 | 3F | 2A |
| Octal | 257 | 50 | 174 | 0 | 115 | 35 | 37 | 503 | 77 | 52 |
| Binary | 10101111 | 101000 | 1111100 | 0 | 1001101 | 11101 | 11111 | 101000011 | 111111 | 101010 |
Color Harmonies of #AF287C
Complementary color
Monochromatic Colors of #AF287C
Black with #AF287C
Text Example
Text Example
White with #AF287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF287C; }
p { color: rgb(175,40,124); }
H1.HeaderClassName
{
color: #AF287C;
}
.AnyTagClassName
{
color: #AF287C;
}
</style>
background-color css
<style>
a { background-color: #AF287C; }
a { background-color: rgb(175,40,124); }
div.DivClassName
{
background-color: #AF287C;
}
.BgClassName
{
background-color: #AF287C;
}
</style>
border-color css
<style>
span { border-color: #AF287C; }
span { border-color: rgb(175,40,124); }
td.TdClassName
{
border-color: #AF287C;
}
.TagClassName
{
border-color: #AF287C;
}
</style>