Shades of Medium Violet Red #AF1193
Tints of Medium Violet Red #AF1193
RGB
CMYK
RGB Variations
Color information
#AF1193 (or 0xAF1193) is known color: Medium Violet Red. HEX triplet: AF, 11 and 93. RGB value is (175,17,147). Sum of RGB (Red+Green+Blue) = 175+17+147=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1193 is #50EE6C. Grayscale: #4E4E4E. Windows color (decimal): -5303917 or 9638319. OLE color: 9638319.
HSL color Cylindrical-coordinate representation of color #AF1193: hue angle of 310.63º degrees, saturation: 0.82, 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 #AF1193 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 147 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.31 |
| HSL | 310.63º | 0.82% | 0.38% | - |
| HSV(B) | 310.63º | 0.9% | 0.69% | - |
| XYZ | 23.15 | 11.62 | 28.63 | - |
| YUV | 79.06 | 166.35 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 147 | 0 | 0.90 | 0.16 | 0.31 | 310.63 | 0.82 | 0.38 |
| Hex | AF | 11 | 93 | 0 | 5A | 10 | 1F | 137 | 52 | 26 |
| Octal | 257 | 21 | 223 | 0 | 132 | 20 | 37 | 467 | 122 | 46 |
| Binary | 10101111 | 10001 | 10010011 | 0 | 1011010 | 10000 | 11111 | 100110111 | 1010010 | 100110 |
Color Harmonies of #AF1193
Complementary color
Monochromatic Colors of #AF1193
Black with #AF1193
Text Example
Text Example
White with #AF1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1193; }
p { color: rgb(175,17,147); }
H1.HeaderClassName
{
color: #AF1193;
}
.AnyTagClassName
{
color: #AF1193;
}
</style>
background-color css
<style>
a { background-color: #AF1193; }
a { background-color: rgb(175,17,147); }
div.DivClassName
{
background-color: #AF1193;
}
.BgClassName
{
background-color: #AF1193;
}
</style>
border-color css
<style>
span { border-color: #AF1193; }
span { border-color: rgb(175,17,147); }
td.TdClassName
{
border-color: #AF1193;
}
.TagClassName
{
border-color: #AF1193;
}
</style>