Shades of Medium Red Violet #AF2176
Tints of Medium Red Violet #AF2176
RGB
CMYK
RGB Variations
Color information
#AF2176 (or 0xAF2176) is known color: Medium Red Violet. HEX triplet: AF, 21 and 76. RGB value is (175,33,118). Sum of RGB (Red+Green+Blue) = 175+33+118=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2176 is #50DE89. Grayscale: #545454. Windows color (decimal): -5299850 or 7741871. OLE color: 7741871.
HSL color Cylindrical-coordinate representation of color #AF2176: hue angle of 324.08º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2176 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 118 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.31 |
| HSL | 324.08º | 0.68% | 0.41% | - |
| HSV(B) | 324.08º | 0.81% | 0.69% | - |
| XYZ | 21.49 | 11.51 | 18.23 | - |
| YUV | 85.15 | 146.54 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 118 | 0 | 0.81 | 0.33 | 0.31 | 324.08 | 0.68 | 0.41 |
| Hex | AF | 21 | 76 | 0 | 51 | 21 | 1F | 144 | 44 | 29 |
| Octal | 257 | 41 | 166 | 0 | 121 | 41 | 37 | 504 | 104 | 51 |
| Binary | 10101111 | 100001 | 1110110 | 0 | 1010001 | 100001 | 11111 | 101000100 | 1000100 | 101001 |
Color Harmonies of #AF2176
Complementary color
Monochromatic Colors of #AF2176
Black with #AF2176
Text Example
Text Example
White with #AF2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2176; }
p { color: rgb(175,33,118); }
H1.HeaderClassName
{
color: #AF2176;
}
.AnyTagClassName
{
color: #AF2176;
}
</style>
background-color css
<style>
a { background-color: #AF2176; }
a { background-color: rgb(175,33,118); }
div.DivClassName
{
background-color: #AF2176;
}
.BgClassName
{
background-color: #AF2176;
}
</style>
border-color css
<style>
span { border-color: #AF2176; }
span { border-color: rgb(175,33,118); }
td.TdClassName
{
border-color: #AF2176;
}
.TagClassName
{
border-color: #AF2176;
}
</style>