Shades of Medium Red Violet #AF2A76
Tints of Medium Red Violet #AF2A76
RGB
CMYK
RGB Variations
Color information
#AF2A76 (or 0xAF2A76) is known color: Medium Red Violet. HEX triplet: AF, 2A and 76. RGB value is (175,42,118). Sum of RGB (Red+Green+Blue) = 175+42+118=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2A76 is #50D589. Grayscale: #5A5A5A. Windows color (decimal): -5297546 or 7744175. OLE color: 7744175.
HSL color Cylindrical-coordinate representation of color #AF2A76: hue angle of 325.71º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2A76 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 118 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.31 |
| HSL | 325.71º | 0.61% | 0.43% | - |
| HSV(B) | 325.71º | 0.76% | 0.69% | - |
| XYZ | 21.78 | 12.08 | 18.32 | - |
| YUV | 90.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 118 | 0 | 0.76 | 0.33 | 0.31 | 325.71 | 0.61 | 0.43 |
| Hex | AF | 2A | 76 | 0 | 4C | 21 | 1F | 146 | 3D | 2B |
| Octal | 257 | 52 | 166 | 0 | 114 | 41 | 37 | 506 | 75 | 53 |
| Binary | 10101111 | 101010 | 1110110 | 0 | 1001100 | 100001 | 11111 | 101000110 | 111101 | 101011 |
Color Harmonies of #AF2A76
Complementary color
Monochromatic Colors of #AF2A76
Black with #AF2A76
Text Example
Text Example
White with #AF2A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A76; }
p { color: rgb(175,42,118); }
H1.HeaderClassName
{
color: #AF2A76;
}
.AnyTagClassName
{
color: #AF2A76;
}
</style>
background-color css
<style>
a { background-color: #AF2A76; }
a { background-color: rgb(175,42,118); }
div.DivClassName
{
background-color: #AF2A76;
}
.BgClassName
{
background-color: #AF2A76;
}
</style>
border-color css
<style>
span { border-color: #AF2A76; }
span { border-color: rgb(175,42,118); }
td.TdClassName
{
border-color: #AF2A76;
}
.TagClassName
{
border-color: #AF2A76;
}
</style>