Shades of Medium Violet Red #AF1384
Tints of Medium Violet Red #AF1384
RGB
CMYK
RGB Variations
Color information
#AF1384 (or 0xAF1384) is known color: Medium Violet Red. HEX triplet: AF, 13 and 84. RGB value is (175,19,132). Sum of RGB (Red+Green+Blue) = 175+19+132=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1384 is #50EC7B. Grayscale: #4E4E4E. Windows color (decimal): -5303420 or 8655791. OLE color: 8655791.
HSL color Cylindrical-coordinate representation of color #AF1384: hue angle of 316.54º 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 #AF1384 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 132 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.31 |
| HSL | 316.54º | 0.8% | 0.38% | - |
| HSV(B) | 316.54º | 0.89% | 0.69% | - |
| XYZ | 22.08 | 11.25 | 22.84 | - |
| YUV | 78.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 132 | 0 | 0.89 | 0.25 | 0.31 | 316.54 | 0.8 | 0.38 |
| Hex | AF | 13 | 84 | 0 | 59 | 19 | 1F | 13D | 50 | 26 |
| Octal | 257 | 23 | 204 | 0 | 131 | 31 | 37 | 475 | 120 | 46 |
| Binary | 10101111 | 10011 | 10000100 | 0 | 1011001 | 11001 | 11111 | 100111101 | 1010000 | 100110 |
Color Harmonies of #AF1384
Complementary color
Monochromatic Colors of #AF1384
Black with #AF1384
Text Example
Text Example
White with #AF1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1384; }
p { color: rgb(175,19,132); }
H1.HeaderClassName
{
color: #AF1384;
}
.AnyTagClassName
{
color: #AF1384;
}
</style>
background-color css
<style>
a { background-color: #AF1384; }
a { background-color: rgb(175,19,132); }
div.DivClassName
{
background-color: #AF1384;
}
.BgClassName
{
background-color: #AF1384;
}
</style>
border-color css
<style>
span { border-color: #AF1384; }
span { border-color: rgb(175,19,132); }
td.TdClassName
{
border-color: #AF1384;
}
.TagClassName
{
border-color: #AF1384;
}
</style>