Shades of Medium Violet Red #AF1393
Tints of Medium Violet Red #AF1393
RGB
CMYK
RGB Variations
Color information
#AF1393 (or 0xAF1393) is known color: Medium Violet Red. HEX triplet: AF, 13 and 93. RGB value is (175,19,147). Sum of RGB (Red+Green+Blue) = 175+19+147=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1393 is #50EC6C. Grayscale: #4F4F4F. Windows color (decimal): -5303405 or 9638831. OLE color: 9638831.
HSL color Cylindrical-coordinate representation of color #AF1393: hue angle of 310.77º 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 #AF1393 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 147 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.31 |
| HSL | 310.77º | 0.8% | 0.38% | - |
| HSV(B) | 310.77º | 0.89% | 0.69% | - |
| XYZ | 23.18 | 11.69 | 28.64 | - |
| YUV | 80.24 | 165.68 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 147 | 0 | 0.89 | 0.16 | 0.31 | 310.77 | 0.8 | 0.38 |
| Hex | AF | 13 | 93 | 0 | 59 | 10 | 1F | 137 | 50 | 26 |
| Octal | 257 | 23 | 223 | 0 | 131 | 20 | 37 | 467 | 120 | 46 |
| Binary | 10101111 | 10011 | 10010011 | 0 | 1011001 | 10000 | 11111 | 100110111 | 1010000 | 100110 |
Color Harmonies of #AF1393
Complementary color
Monochromatic Colors of #AF1393
Black with #AF1393
Text Example
Text Example
White with #AF1393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1393; }
p { color: rgb(175,19,147); }
H1.HeaderClassName
{
color: #AF1393;
}
.AnyTagClassName
{
color: #AF1393;
}
</style>
background-color css
<style>
a { background-color: #AF1393; }
a { background-color: rgb(175,19,147); }
div.DivClassName
{
background-color: #AF1393;
}
.BgClassName
{
background-color: #AF1393;
}
</style>
border-color css
<style>
span { border-color: #AF1393; }
span { border-color: rgb(175,19,147); }
td.TdClassName
{
border-color: #AF1393;
}
.TagClassName
{
border-color: #AF1393;
}
</style>