Shades of Medium Red Violet #AF2472
Tints of Medium Red Violet #AF2472
RGB
CMYK
RGB Variations
Color information
#AF2472 (or 0xAF2472) is known color: Medium Red Violet. HEX triplet: AF, 24 and 72. RGB value is (175,36,114). Sum of RGB (Red+Green+Blue) = 175+36+114=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2472 is #50DB8D. Grayscale: #565656. Windows color (decimal): -5299086 or 7480495. OLE color: 7480495.
HSL color Cylindrical-coordinate representation of color #AF2472: hue angle of 326.33º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2472 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 114 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.31 |
| HSL | 326.33º | 0.66% | 0.41% | - |
| HSV(B) | 326.33º | 0.79% | 0.69% | - |
| XYZ | 21.35 | 11.59 | 17.03 | - |
| YUV | 86.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 114 | 0 | 0.79 | 0.35 | 0.31 | 326.33 | 0.66 | 0.41 |
| Hex | AF | 24 | 72 | 0 | 4F | 23 | 1F | 146 | 42 | 29 |
| Octal | 257 | 44 | 162 | 0 | 117 | 43 | 37 | 506 | 102 | 51 |
| Binary | 10101111 | 100100 | 1110010 | 0 | 1001111 | 100011 | 11111 | 101000110 | 1000010 | 101001 |
Color Harmonies of #AF2472
Complementary color
Monochromatic Colors of #AF2472
Black with #AF2472
Text Example
Text Example
White with #AF2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2472; }
p { color: rgb(175,36,114); }
H1.HeaderClassName
{
color: #AF2472;
}
.AnyTagClassName
{
color: #AF2472;
}
</style>
background-color css
<style>
a { background-color: #AF2472; }
a { background-color: rgb(175,36,114); }
div.DivClassName
{
background-color: #AF2472;
}
.BgClassName
{
background-color: #AF2472;
}
</style>
border-color css
<style>
span { border-color: #AF2472; }
span { border-color: rgb(175,36,114); }
td.TdClassName
{
border-color: #AF2472;
}
.TagClassName
{
border-color: #AF2472;
}
</style>