Shades of Medium Red Violet #AF2572
Tints of Medium Red Violet #AF2572
RGB
CMYK
RGB Variations
Color information
#AF2572 (or 0xAF2572) is known color: Medium Red Violet. HEX triplet: AF, 25 and 72. RGB value is (175,37,114). Sum of RGB (Red+Green+Blue) = 175+37+114=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2572 is #50DA8D. Grayscale: #565656. Windows color (decimal): -5298830 or 7480751. OLE color: 7480751.
HSL color Cylindrical-coordinate representation of color #AF2572: hue angle of 326.52º 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 #AF2572 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 114 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.31 |
| HSL | 326.52º | 0.65% | 0.42% | - |
| HSV(B) | 326.52º | 0.79% | 0.69% | - |
| XYZ | 21.38 | 11.65 | 17.04 | - |
| YUV | 87.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 114 | 0 | 0.79 | 0.35 | 0.31 | 326.52 | 0.65 | 0.42 |
| Hex | AF | 25 | 72 | 0 | 4F | 23 | 1F | 147 | 41 | 2A |
| Octal | 257 | 45 | 162 | 0 | 117 | 43 | 37 | 507 | 101 | 52 |
| Binary | 10101111 | 100101 | 1110010 | 0 | 1001111 | 100011 | 11111 | 101000111 | 1000001 | 101010 |
Color Harmonies of #AF2572
Complementary color
Monochromatic Colors of #AF2572
Black with #AF2572
Text Example
Text Example
White with #AF2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2572; }
p { color: rgb(175,37,114); }
H1.HeaderClassName
{
color: #AF2572;
}
.AnyTagClassName
{
color: #AF2572;
}
</style>
background-color css
<style>
a { background-color: #AF2572; }
a { background-color: rgb(175,37,114); }
div.DivClassName
{
background-color: #AF2572;
}
.BgClassName
{
background-color: #AF2572;
}
</style>
border-color css
<style>
span { border-color: #AF2572; }
span { border-color: rgb(175,37,114); }
td.TdClassName
{
border-color: #AF2572;
}
.TagClassName
{
border-color: #AF2572;
}
</style>