Shades of Medium Violet Red #AF1380
Tints of Medium Violet Red #AF1380
RGB
CMYK
RGB Variations
Color information
#AF1380 (or 0xAF1380) is known color: Medium Violet Red. HEX triplet: AF, 13 and 80. RGB value is (175,19,128). Sum of RGB (Red+Green+Blue) = 175+19+128=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1380 is #50EC7F. Grayscale: #4D4D4D. Windows color (decimal): -5303424 or 8393647. OLE color: 8393647.
HSL color Cylindrical-coordinate representation of color #AF1380: hue angle of 318.08º 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 #AF1380 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 128 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.31 |
| HSL | 318.08º | 0.8% | 0.38% | - |
| HSV(B) | 318.08º | 0.89% | 0.69% | - |
| XYZ | 21.81 | 11.14 | 21.42 | - |
| YUV | 78.07 | 156.18 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 128 | 0 | 0.89 | 0.27 | 0.31 | 318.08 | 0.8 | 0.38 |
| Hex | AF | 13 | 80 | 0 | 59 | 1B | 1F | 13E | 50 | 26 |
| Octal | 257 | 23 | 200 | 0 | 131 | 33 | 37 | 476 | 120 | 46 |
| Binary | 10101111 | 10011 | 10000000 | 0 | 1011001 | 11011 | 11111 | 100111110 | 1010000 | 100110 |
Color Harmonies of #AF1380
Complementary color
Monochromatic Colors of #AF1380
Black with #AF1380
Text Example
Text Example
White with #AF1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1380; }
p { color: rgb(175,19,128); }
H1.HeaderClassName
{
color: #AF1380;
}
.AnyTagClassName
{
color: #AF1380;
}
</style>
background-color css
<style>
a { background-color: #AF1380; }
a { background-color: rgb(175,19,128); }
div.DivClassName
{
background-color: #AF1380;
}
.BgClassName
{
background-color: #AF1380;
}
</style>
border-color css
<style>
span { border-color: #AF1380; }
span { border-color: rgb(175,19,128); }
td.TdClassName
{
border-color: #AF1380;
}
.TagClassName
{
border-color: #AF1380;
}
</style>