Shades of Medium Red Violet #AF2894
Tints of Medium Red Violet #AF2894
RGB
CMYK
RGB Variations
Color information
#AF2894 (or 0xAF2894) is known color: Medium Red Violet. HEX triplet: AF, 28 and 94. RGB value is (175,40,148). Sum of RGB (Red+Green+Blue) = 175+40+148=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2894 is #50D76B. Grayscale: #5C5C5C. Windows color (decimal): -5298028 or 9709743. OLE color: 9709743.
HSL color Cylindrical-coordinate representation of color #AF2894: hue angle of 312º 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 #AF2894 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 148 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.31 |
| HSL | 312º | 0.63% | 0.42% | - |
| HSV(B) | 312º | 0.77% | 0.69% | - |
| XYZ | 23.78 | 12.77 | 29.23 | - |
| YUV | 92.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 148 | 0 | 0.77 | 0.15 | 0.31 | 312 | 0.63 | 0.42 |
| Hex | AF | 28 | 94 | 0 | 4D | F | 1F | 138 | 3F | 2A |
| Octal | 257 | 50 | 224 | 0 | 115 | 17 | 37 | 470 | 77 | 52 |
| Binary | 10101111 | 101000 | 10010100 | 0 | 1001101 | 1111 | 11111 | 100111000 | 111111 | 101010 |
Color Harmonies of #AF2894
Complementary color
Monochromatic Colors of #AF2894
Black with #AF2894
Text Example
Text Example
White with #AF2894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2894; }
p { color: rgb(175,40,148); }
H1.HeaderClassName
{
color: #AF2894;
}
.AnyTagClassName
{
color: #AF2894;
}
</style>
background-color css
<style>
a { background-color: #AF2894; }
a { background-color: rgb(175,40,148); }
div.DivClassName
{
background-color: #AF2894;
}
.BgClassName
{
background-color: #AF2894;
}
</style>
border-color css
<style>
span { border-color: #AF2894; }
span { border-color: rgb(175,40,148); }
td.TdClassName
{
border-color: #AF2894;
}
.TagClassName
{
border-color: #AF2894;
}
</style>