Shades of Medium Violet Red #AF1381
Tints of Medium Violet Red #AF1381
RGB
CMYK
RGB Variations
Color information
#AF1381 (or 0xAF1381) is known color: Medium Violet Red. HEX triplet: AF, 13 and 81. RGB value is (175,19,129). Sum of RGB (Red+Green+Blue) = 175+19+129=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1381 is #50EC7E. Grayscale: #4D4D4D. Windows color (decimal): -5303423 or 8459183. OLE color: 8459183.
HSL color Cylindrical-coordinate representation of color #AF1381: hue angle of 317.69º 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 #AF1381 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 129 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.31 |
| HSL | 317.69º | 0.8% | 0.38% | - |
| HSV(B) | 317.69º | 0.89% | 0.69% | - |
| XYZ | 21.87 | 11.16 | 21.77 | - |
| YUV | 78.18 | 156.68 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 129 | 0 | 0.89 | 0.26 | 0.31 | 317.69 | 0.8 | 0.38 |
| Hex | AF | 13 | 81 | 0 | 59 | 1A | 1F | 13E | 50 | 26 |
| Octal | 257 | 23 | 201 | 0 | 131 | 32 | 37 | 476 | 120 | 46 |
| Binary | 10101111 | 10011 | 10000001 | 0 | 1011001 | 11010 | 11111 | 100111110 | 1010000 | 100110 |
Color Harmonies of #AF1381
Complementary color
Monochromatic Colors of #AF1381
Black with #AF1381
Text Example
Text Example
White with #AF1381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1381; }
p { color: rgb(175,19,129); }
H1.HeaderClassName
{
color: #AF1381;
}
.AnyTagClassName
{
color: #AF1381;
}
</style>
background-color css
<style>
a { background-color: #AF1381; }
a { background-color: rgb(175,19,129); }
div.DivClassName
{
background-color: #AF1381;
}
.BgClassName
{
background-color: #AF1381;
}
</style>
border-color css
<style>
span { border-color: #AF1381; }
span { border-color: rgb(175,19,129); }
td.TdClassName
{
border-color: #AF1381;
}
.TagClassName
{
border-color: #AF1381;
}
</style>