Shades of Medium Violet Red #AF139E
Tints of Medium Violet Red #AF139E
RGB
CMYK
RGB Variations
Color information
#AF139E (or 0xAF139E) is known color: Medium Violet Red. HEX triplet: AF, 13 and 9E. RGB value is (175,19,158). Sum of RGB (Red+Green+Blue) = 175+19+158=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF139E is #50EC61. Grayscale: #515151. Windows color (decimal): -5303394 or 10359727. OLE color: 10359727.
HSL color Cylindrical-coordinate representation of color #AF139E: hue angle of 306.54º 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 #AF139E is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 158 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.31 |
| HSL | 306.54º | 0.8% | 0.38% | - |
| HSV(B) | 306.54º | 0.89% | 0.69% | - |
| XYZ | 24.08 | 12.05 | 33.4 | - |
| YUV | 81.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 158 | 0 | 0.89 | 0.10 | 0.31 | 306.54 | 0.8 | 0.38 |
| Hex | AF | 13 | 9E | 0 | 59 | A | 1F | 133 | 50 | 26 |
| Octal | 257 | 23 | 236 | 0 | 131 | 12 | 37 | 463 | 120 | 46 |
| Binary | 10101111 | 10011 | 10011110 | 0 | 1011001 | 1010 | 11111 | 100110011 | 1010000 | 100110 |
Color Harmonies of #AF139E
Complementary color
Monochromatic Colors of #AF139E
Black with #AF139E
Text Example
Text Example
White with #AF139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF139E; }
p { color: rgb(175,19,158); }
H1.HeaderClassName
{
color: #AF139E;
}
.AnyTagClassName
{
color: #AF139E;
}
</style>
background-color css
<style>
a { background-color: #AF139E; }
a { background-color: rgb(175,19,158); }
div.DivClassName
{
background-color: #AF139E;
}
.BgClassName
{
background-color: #AF139E;
}
</style>
border-color css
<style>
span { border-color: #AF139E; }
span { border-color: rgb(175,19,158); }
td.TdClassName
{
border-color: #AF139E;
}
.TagClassName
{
border-color: #AF139E;
}
</style>