Shades of Medium Violet Red #AF1382
Tints of Medium Violet Red #AF1382
RGB
CMYK
RGB Variations
Color information
#AF1382 (or 0xAF1382) is known color: Medium Violet Red. HEX triplet: AF, 13 and 82. RGB value is (175,19,130). Sum of RGB (Red+Green+Blue) = 175+19+130=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1382 is #50EC7D. Grayscale: #4E4E4E. Windows color (decimal): -5303422 or 8524719. OLE color: 8524719.
HSL color Cylindrical-coordinate representation of color #AF1382: hue angle of 317.31º 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 #AF1382 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 130 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.31 |
| HSL | 317.31º | 0.8% | 0.38% | - |
| HSV(B) | 317.31º | 0.89% | 0.69% | - |
| XYZ | 21.94 | 11.19 | 22.12 | - |
| YUV | 78.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 130 | 0 | 0.89 | 0.26 | 0.31 | 317.31 | 0.8 | 0.38 |
| Hex | AF | 13 | 82 | 0 | 59 | 1A | 1F | 13D | 50 | 26 |
| Octal | 257 | 23 | 202 | 0 | 131 | 32 | 37 | 475 | 120 | 46 |
| Binary | 10101111 | 10011 | 10000010 | 0 | 1011001 | 11010 | 11111 | 100111101 | 1010000 | 100110 |
Color Harmonies of #AF1382
Complementary color
Monochromatic Colors of #AF1382
Black with #AF1382
Text Example
Text Example
White with #AF1382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1382; }
p { color: rgb(175,19,130); }
H1.HeaderClassName
{
color: #AF1382;
}
.AnyTagClassName
{
color: #AF1382;
}
</style>
background-color css
<style>
a { background-color: #AF1382; }
a { background-color: rgb(175,19,130); }
div.DivClassName
{
background-color: #AF1382;
}
.BgClassName
{
background-color: #AF1382;
}
</style>
border-color css
<style>
span { border-color: #AF1382; }
span { border-color: rgb(175,19,130); }
td.TdClassName
{
border-color: #AF1382;
}
.TagClassName
{
border-color: #AF1382;
}
</style>