Shades of Medium Red Violet #AF2591
Tints of Medium Red Violet #AF2591
RGB
CMYK
RGB Variations
Color information
#AF2591 (or 0xAF2591) is known color: Medium Red Violet. HEX triplet: AF, 25 and 91. RGB value is (175,37,145). Sum of RGB (Red+Green+Blue) = 175+37+145=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2591 is #50DA6E. Grayscale: #5A5A5A. Windows color (decimal): -5298799 or 9512367. OLE color: 9512367.
HSL color Cylindrical-coordinate representation of color #AF2591: hue angle of 313.04º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2591 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 145 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.31 |
| HSL | 313.04º | 0.65% | 0.42% | - |
| HSV(B) | 313.04º | 0.79% | 0.69% | - |
| XYZ | 23.45 | 12.48 | 27.96 | - |
| YUV | 90.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 145 | 0 | 0.79 | 0.17 | 0.31 | 313.04 | 0.65 | 0.42 |
| Hex | AF | 25 | 91 | 0 | 4F | 11 | 1F | 139 | 41 | 2A |
| Octal | 257 | 45 | 221 | 0 | 117 | 21 | 37 | 471 | 101 | 52 |
| Binary | 10101111 | 100101 | 10010001 | 0 | 1001111 | 10001 | 11111 | 100111001 | 1000001 | 101010 |
Color Harmonies of #AF2591
Complementary color
Monochromatic Colors of #AF2591
Black with #AF2591
Text Example
Text Example
White with #AF2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2591; }
p { color: rgb(175,37,145); }
H1.HeaderClassName
{
color: #AF2591;
}
.AnyTagClassName
{
color: #AF2591;
}
</style>
background-color css
<style>
a { background-color: #AF2591; }
a { background-color: rgb(175,37,145); }
div.DivClassName
{
background-color: #AF2591;
}
.BgClassName
{
background-color: #AF2591;
}
</style>
border-color css
<style>
span { border-color: #AF2591; }
span { border-color: rgb(175,37,145); }
td.TdClassName
{
border-color: #AF2591;
}
.TagClassName
{
border-color: #AF2591;
}
</style>