Shades of Medium Violet Red #AF1376
Tints of Medium Violet Red #AF1376
RGB
CMYK
RGB Variations
Color information
#AF1376 (or 0xAF1376) is known color: Medium Violet Red. HEX triplet: AF, 13 and 76. RGB value is (175,19,118). Sum of RGB (Red+Green+Blue) = 175+19+118=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1376 is #50EC89. Grayscale: #4C4C4C. Windows color (decimal): -5303434 or 7738287. OLE color: 7738287.
HSL color Cylindrical-coordinate representation of color #AF1376: hue angle of 321.92º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1376 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 118 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.31 |
| HSL | 321.92º | 0.8% | 0.38% | - |
| HSV(B) | 321.92º | 0.89% | 0.69% | - |
| XYZ | 21.18 | 10.89 | 18.12 | - |
| YUV | 76.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 118 | 0 | 0.89 | 0.33 | 0.31 | 321.92 | 0.8 | 0.38 |
| Hex | AF | 13 | 76 | 0 | 59 | 21 | 1F | 142 | 50 | 26 |
| Octal | 257 | 23 | 166 | 0 | 131 | 41 | 37 | 502 | 120 | 46 |
| Binary | 10101111 | 10011 | 1110110 | 0 | 1011001 | 100001 | 11111 | 101000010 | 1010000 | 100110 |
Color Harmonies of #AF1376
Complementary color
Monochromatic Colors of #AF1376
Black with #AF1376
Text Example
Text Example
White with #AF1376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1376; }
p { color: rgb(175,19,118); }
H1.HeaderClassName
{
color: #AF1376;
}
.AnyTagClassName
{
color: #AF1376;
}
</style>
background-color css
<style>
a { background-color: #AF1376; }
a { background-color: rgb(175,19,118); }
div.DivClassName
{
background-color: #AF1376;
}
.BgClassName
{
background-color: #AF1376;
}
</style>
border-color css
<style>
span { border-color: #AF1376; }
span { border-color: rgb(175,19,118); }
td.TdClassName
{
border-color: #AF1376;
}
.TagClassName
{
border-color: #AF1376;
}
</style>