Shades of Medium Red Violet #AF2893
Tints of Medium Red Violet #AF2893
RGB
CMYK
RGB Variations
Color information
#AF2893 (or 0xAF2893) is known color: Medium Red Violet. HEX triplet: AF, 28 and 93. RGB value is (175,40,147). Sum of RGB (Red+Green+Blue) = 175+40+147=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2893 is #50D76C. Grayscale: #5C5C5C. Windows color (decimal): -5298029 or 9644207. OLE color: 9644207.
HSL color Cylindrical-coordinate representation of color #AF2893: hue angle of 312.44º 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 #AF2893 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 147 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.31 |
| HSL | 312.44º | 0.63% | 0.42% | - |
| HSV(B) | 312.44º | 0.77% | 0.69% | - |
| XYZ | 23.7 | 12.74 | 28.81 | - |
| YUV | 92.56 | 158.73 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 147 | 0 | 0.77 | 0.16 | 0.31 | 312.44 | 0.63 | 0.42 |
| Hex | AF | 28 | 93 | 0 | 4D | 10 | 1F | 138 | 3F | 2A |
| Octal | 257 | 50 | 223 | 0 | 115 | 20 | 37 | 470 | 77 | 52 |
| Binary | 10101111 | 101000 | 10010011 | 0 | 1001101 | 10000 | 11111 | 100111000 | 111111 | 101010 |
Color Harmonies of #AF2893
Complementary color
Monochromatic Colors of #AF2893
Black with #AF2893
Text Example
Text Example
White with #AF2893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2893; }
p { color: rgb(175,40,147); }
H1.HeaderClassName
{
color: #AF2893;
}
.AnyTagClassName
{
color: #AF2893;
}
</style>
background-color css
<style>
a { background-color: #AF2893; }
a { background-color: rgb(175,40,147); }
div.DivClassName
{
background-color: #AF2893;
}
.BgClassName
{
background-color: #AF2893;
}
</style>
border-color css
<style>
span { border-color: #AF2893; }
span { border-color: rgb(175,40,147); }
td.TdClassName
{
border-color: #AF2893;
}
.TagClassName
{
border-color: #AF2893;
}
</style>