Shades of Medium Violet Red #AF1394
Tints of Medium Violet Red #AF1394
RGB
CMYK
RGB Variations
Color information
#AF1394 (or 0xAF1394) is known color: Medium Violet Red. HEX triplet: AF, 13 and 94. RGB value is (175,19,148). Sum of RGB (Red+Green+Blue) = 175+19+148=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1394 is #50EC6B. Grayscale: #4F4F4F. Windows color (decimal): -5303404 or 9704367. OLE color: 9704367.
HSL color Cylindrical-coordinate representation of color #AF1394: hue angle of 310.38º 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 #AF1394 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 148 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.31 |
| HSL | 310.38º | 0.8% | 0.38% | - |
| HSV(B) | 310.38º | 0.89% | 0.69% | - |
| XYZ | 23.26 | 11.72 | 29.05 | - |
| YUV | 80.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 148 | 0 | 0.89 | 0.15 | 0.31 | 310.38 | 0.8 | 0.38 |
| Hex | AF | 13 | 94 | 0 | 59 | F | 1F | 136 | 50 | 26 |
| Octal | 257 | 23 | 224 | 0 | 131 | 17 | 37 | 466 | 120 | 46 |
| Binary | 10101111 | 10011 | 10010100 | 0 | 1011001 | 1111 | 11111 | 100110110 | 1010000 | 100110 |
Color Harmonies of #AF1394
Complementary color
Monochromatic Colors of #AF1394
Black with #AF1394
Text Example
Text Example
White with #AF1394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1394; }
p { color: rgb(175,19,148); }
H1.HeaderClassName
{
color: #AF1394;
}
.AnyTagClassName
{
color: #AF1394;
}
</style>
background-color css
<style>
a { background-color: #AF1394; }
a { background-color: rgb(175,19,148); }
div.DivClassName
{
background-color: #AF1394;
}
.BgClassName
{
background-color: #AF1394;
}
</style>
border-color css
<style>
span { border-color: #AF1394; }
span { border-color: rgb(175,19,148); }
td.TdClassName
{
border-color: #AF1394;
}
.TagClassName
{
border-color: #AF1394;
}
</style>