Shades of Medium Red Violet #AF2076
Tints of Medium Red Violet #AF2076
RGB
CMYK
RGB Variations
Color information
#AF2076 (or 0xAF2076) is known color: Medium Red Violet. HEX triplet: AF, 20 and 76. RGB value is (175,32,118). Sum of RGB (Red+Green+Blue) = 175+32+118=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2076 is #50DF89. Grayscale: #545454. Windows color (decimal): -5300106 or 7741615. OLE color: 7741615.
HSL color Cylindrical-coordinate representation of color #AF2076: hue angle of 323.92º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2076 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 118 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.31 |
| HSL | 323.92º | 0.69% | 0.41% | - |
| HSV(B) | 323.92º | 0.82% | 0.69% | - |
| XYZ | 21.47 | 11.45 | 18.22 | - |
| YUV | 84.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 118 | 0 | 0.82 | 0.33 | 0.31 | 323.92 | 0.69 | 0.41 |
| Hex | AF | 20 | 76 | 0 | 52 | 21 | 1F | 144 | 45 | 29 |
| Octal | 257 | 40 | 166 | 0 | 122 | 41 | 37 | 504 | 105 | 51 |
| Binary | 10101111 | 100000 | 1110110 | 0 | 1010010 | 100001 | 11111 | 101000100 | 1000101 | 101001 |
Color Harmonies of #AF2076
Complementary color
Monochromatic Colors of #AF2076
Black with #AF2076
Text Example
Text Example
White with #AF2076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2076; }
p { color: rgb(175,32,118); }
H1.HeaderClassName
{
color: #AF2076;
}
.AnyTagClassName
{
color: #AF2076;
}
</style>
background-color css
<style>
a { background-color: #AF2076; }
a { background-color: rgb(175,32,118); }
div.DivClassName
{
background-color: #AF2076;
}
.BgClassName
{
background-color: #AF2076;
}
</style>
border-color css
<style>
span { border-color: #AF2076; }
span { border-color: rgb(175,32,118); }
td.TdClassName
{
border-color: #AF2076;
}
.TagClassName
{
border-color: #AF2076;
}
</style>