Shades of Medium Violet Red #AF128C
Tints of Medium Violet Red #AF128C
RGB
CMYK
RGB Variations
Color information
#AF128C (or 0xAF128C) is known color: Medium Violet Red. HEX triplet: AF, 12 and 8C. RGB value is (175,18,140). Sum of RGB (Red+Green+Blue) = 175+18+140=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF128C is #50ED73. Grayscale: #4E4E4E. Windows color (decimal): -5303668 or 9179823. OLE color: 9179823.
HSL color Cylindrical-coordinate representation of color #AF128C: hue angle of 313.38º 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 #AF128C is Cyan = 0, Magento = 0.90, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 140 | - |
| CMYK | 0 | 0.90 | 0.2 | 0.31 |
| HSL | 313.38º | 0.81% | 0.38% | - |
| HSV(B) | 313.38º | 0.9% | 0.69% | - |
| XYZ | 22.63 | 11.44 | 25.83 | - |
| YUV | 78.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 140 | 0 | 0.90 | 0.2 | 0.31 | 313.38 | 0.81 | 0.38 |
| Hex | AF | 12 | 8C | 0 | 5A | 14 | 1F | 139 | 51 | 26 |
| Octal | 257 | 22 | 214 | 0 | 132 | 24 | 37 | 471 | 121 | 46 |
| Binary | 10101111 | 10010 | 10001100 | 0 | 1011010 | 10100 | 11111 | 100111001 | 1010001 | 100110 |
Color Harmonies of #AF128C
Complementary color
Monochromatic Colors of #AF128C
Black with #AF128C
Text Example
Text Example
White with #AF128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF128C; }
p { color: rgb(175,18,140); }
H1.HeaderClassName
{
color: #AF128C;
}
.AnyTagClassName
{
color: #AF128C;
}
</style>
background-color css
<style>
a { background-color: #AF128C; }
a { background-color: rgb(175,18,140); }
div.DivClassName
{
background-color: #AF128C;
}
.BgClassName
{
background-color: #AF128C;
}
</style>
border-color css
<style>
span { border-color: #AF128C; }
span { border-color: rgb(175,18,140); }
td.TdClassName
{
border-color: #AF128C;
}
.TagClassName
{
border-color: #AF128C;
}
</style>