Shades of Medium Red Violet #AF2672
Tints of Medium Red Violet #AF2672
RGB
CMYK
RGB Variations
Color information
#AF2672 (or 0xAF2672) is known color: Medium Red Violet. HEX triplet: AF, 26 and 72. RGB value is (175,38,114). Sum of RGB (Red+Green+Blue) = 175+38+114=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2672 is #50D98D. Grayscale: #575757. Windows color (decimal): -5298574 or 7481007. OLE color: 7481007.
HSL color Cylindrical-coordinate representation of color #AF2672: hue angle of 326.72º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2672 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 114 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.31 |
| HSL | 326.72º | 0.64% | 0.42% | - |
| HSV(B) | 326.72º | 0.78% | 0.69% | - |
| XYZ | 21.41 | 11.72 | 17.05 | - |
| YUV | 87.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 114 | 0 | 0.78 | 0.35 | 0.31 | 326.72 | 0.64 | 0.42 |
| Hex | AF | 26 | 72 | 0 | 4E | 23 | 1F | 147 | 40 | 2A |
| Octal | 257 | 46 | 162 | 0 | 116 | 43 | 37 | 507 | 100 | 52 |
| Binary | 10101111 | 100110 | 1110010 | 0 | 1001110 | 100011 | 11111 | 101000111 | 1000000 | 101010 |
Color Harmonies of #AF2672
Complementary color
Monochromatic Colors of #AF2672
Black with #AF2672
Text Example
Text Example
White with #AF2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2672; }
p { color: rgb(175,38,114); }
H1.HeaderClassName
{
color: #AF2672;
}
.AnyTagClassName
{
color: #AF2672;
}
</style>
background-color css
<style>
a { background-color: #AF2672; }
a { background-color: rgb(175,38,114); }
div.DivClassName
{
background-color: #AF2672;
}
.BgClassName
{
background-color: #AF2672;
}
</style>
border-color css
<style>
span { border-color: #AF2672; }
span { border-color: rgb(175,38,114); }
td.TdClassName
{
border-color: #AF2672;
}
.TagClassName
{
border-color: #AF2672;
}
</style>