Shades of Medium Violet Red #AF1E9F
Tints of Medium Violet Red #AF1E9F
RGB
CMYK
RGB Variations
Color information
#AF1E9F (or 0xAF1E9F) is known color: Medium Violet Red. HEX triplet: AF, 1E and 9F. RGB value is (175,30,159). Sum of RGB (Red+Green+Blue) = 175+30+159=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1E9F is #50E160. Grayscale: #575757. Windows color (decimal): -5300577 or 10428079. OLE color: 10428079.
HSL color Cylindrical-coordinate representation of color #AF1E9F: hue angle of 306.62º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1E9F is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 159 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.31 |
| HSL | 306.62º | 0.71% | 0.4% | - |
| HSV(B) | 306.62º | 0.83% | 0.69% | - |
| XYZ | 24.4 | 12.55 | 33.94 | - |
| YUV | 88.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 159 | 0 | 0.83 | 0.09 | 0.31 | 306.62 | 0.71 | 0.4 |
| Hex | AF | 1E | 9F | 0 | 53 | 9 | 1F | 133 | 47 | 28 |
| Octal | 257 | 36 | 237 | 0 | 123 | 11 | 37 | 463 | 107 | 50 |
| Binary | 10101111 | 11110 | 10011111 | 0 | 1010011 | 1001 | 11111 | 100110011 | 1000111 | 101000 |
Color Harmonies of #AF1E9F
Complementary color
Monochromatic Colors of #AF1E9F
Black with #AF1E9F
Text Example
Text Example
White with #AF1E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1E9F; }
p { color: rgb(175,30,159); }
H1.HeaderClassName
{
color: #AF1E9F;
}
.AnyTagClassName
{
color: #AF1E9F;
}
</style>
background-color css
<style>
a { background-color: #AF1E9F; }
a { background-color: rgb(175,30,159); }
div.DivClassName
{
background-color: #AF1E9F;
}
.BgClassName
{
background-color: #AF1E9F;
}
</style>
border-color css
<style>
span { border-color: #AF1E9F; }
span { border-color: rgb(175,30,159); }
td.TdClassName
{
border-color: #AF1E9F;
}
.TagClassName
{
border-color: #AF1E9F;
}
</style>