Shades of Medium Violet Red #AF128E
Tints of Medium Violet Red #AF128E
RGB
CMYK
RGB Variations
Color information
#AF128E (or 0xAF128E) is known color: Medium Violet Red. HEX triplet: AF, 12 and 8E. RGB value is (175,18,142). Sum of RGB (Red+Green+Blue) = 175+18+142=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF128E is #50ED71. Grayscale: #4E4E4E. Windows color (decimal): -5303666 or 9310895. OLE color: 9310895.
HSL color Cylindrical-coordinate representation of color #AF128E: hue angle of 312.61º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF128E is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 142 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.31 |
| HSL | 312.61º | 0.81% | 0.38% | - |
| HSV(B) | 312.61º | 0.9% | 0.69% | - |
| XYZ | 22.78 | 11.5 | 26.61 | - |
| YUV | 79.08 | 163.51 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 142 | 0 | 0.90 | 0.19 | 0.31 | 312.61 | 0.81 | 0.38 |
| Hex | AF | 12 | 8E | 0 | 5A | 13 | 1F | 139 | 51 | 26 |
| Octal | 257 | 22 | 216 | 0 | 132 | 23 | 37 | 471 | 121 | 46 |
| Binary | 10101111 | 10010 | 10001110 | 0 | 1011010 | 10011 | 11111 | 100111001 | 1010001 | 100110 |
Color Harmonies of #AF128E
Complementary color
Monochromatic Colors of #AF128E
Black with #AF128E
Text Example
Text Example
White with #AF128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF128E; }
p { color: rgb(175,18,142); }
H1.HeaderClassName
{
color: #AF128E;
}
.AnyTagClassName
{
color: #AF128E;
}
</style>
background-color css
<style>
a { background-color: #AF128E; }
a { background-color: rgb(175,18,142); }
div.DivClassName
{
background-color: #AF128E;
}
.BgClassName
{
background-color: #AF128E;
}
</style>
border-color css
<style>
span { border-color: #AF128E; }
span { border-color: rgb(175,18,142); }
td.TdClassName
{
border-color: #AF128E;
}
.TagClassName
{
border-color: #AF128E;
}
</style>