Shades of Medium Red Violet #AF2891
Tints of Medium Red Violet #AF2891
RGB
CMYK
RGB Variations
Color information
#AF2891 (or 0xAF2891) is known color: Medium Red Violet. HEX triplet: AF, 28 and 91. RGB value is (175,40,145). Sum of RGB (Red+Green+Blue) = 175+40+145=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2891 is #50D76E. Grayscale: #5C5C5C. Windows color (decimal): -5298031 or 9513135. OLE color: 9513135.
HSL color Cylindrical-coordinate representation of color #AF2891: hue angle of 313.33º 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 #AF2891 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 145 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.31 |
| HSL | 313.33º | 0.63% | 0.42% | - |
| HSV(B) | 313.33º | 0.77% | 0.69% | - |
| XYZ | 23.55 | 12.68 | 27.99 | - |
| YUV | 92.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 145 | 0 | 0.77 | 0.17 | 0.31 | 313.33 | 0.63 | 0.42 |
| Hex | AF | 28 | 91 | 0 | 4D | 11 | 1F | 139 | 3F | 2A |
| Octal | 257 | 50 | 221 | 0 | 115 | 21 | 37 | 471 | 77 | 52 |
| Binary | 10101111 | 101000 | 10010001 | 0 | 1001101 | 10001 | 11111 | 100111001 | 111111 | 101010 |
Color Harmonies of #AF2891
Complementary color
Monochromatic Colors of #AF2891
Black with #AF2891
Text Example
Text Example
White with #AF2891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2891; }
p { color: rgb(175,40,145); }
H1.HeaderClassName
{
color: #AF2891;
}
.AnyTagClassName
{
color: #AF2891;
}
</style>
background-color css
<style>
a { background-color: #AF2891; }
a { background-color: rgb(175,40,145); }
div.DivClassName
{
background-color: #AF2891;
}
.BgClassName
{
background-color: #AF2891;
}
</style>
border-color css
<style>
span { border-color: #AF2891; }
span { border-color: rgb(175,40,145); }
td.TdClassName
{
border-color: #AF2891;
}
.TagClassName
{
border-color: #AF2891;
}
</style>