Shades of Medium Violet Red #AF1783
Tints of Medium Violet Red #AF1783
RGB
CMYK
RGB Variations
Color information
#AF1783 (or 0xAF1783) is known color: Medium Violet Red. HEX triplet: AF, 17 and 83. RGB value is (175,23,131). Sum of RGB (Red+Green+Blue) = 175+23+131=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1783 is #50E87C. Grayscale: #505050. Windows color (decimal): -5302397 or 8591279. OLE color: 8591279.
HSL color Cylindrical-coordinate representation of color #AF1783: hue angle of 317.37º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1783 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 131 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.31 |
| HSL | 317.37º | 0.77% | 0.39% | - |
| HSV(B) | 317.37º | 0.87% | 0.69% | - |
| XYZ | 22.08 | 11.37 | 22.5 | - |
| YUV | 80.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 131 | 0 | 0.87 | 0.25 | 0.31 | 317.37 | 0.77 | 0.39 |
| Hex | AF | 17 | 83 | 0 | 57 | 19 | 1F | 13D | 4D | 27 |
| Octal | 257 | 27 | 203 | 0 | 127 | 31 | 37 | 475 | 115 | 47 |
| Binary | 10101111 | 10111 | 10000011 | 0 | 1010111 | 11001 | 11111 | 100111101 | 1001101 | 100111 |
Color Harmonies of #AF1783
Complementary color
Monochromatic Colors of #AF1783
Black with #AF1783
Text Example
Text Example
White with #AF1783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1783; }
p { color: rgb(175,23,131); }
H1.HeaderClassName
{
color: #AF1783;
}
.AnyTagClassName
{
color: #AF1783;
}
</style>
background-color css
<style>
a { background-color: #AF1783; }
a { background-color: rgb(175,23,131); }
div.DivClassName
{
background-color: #AF1783;
}
.BgClassName
{
background-color: #AF1783;
}
</style>
border-color css
<style>
span { border-color: #AF1783; }
span { border-color: rgb(175,23,131); }
td.TdClassName
{
border-color: #AF1783;
}
.TagClassName
{
border-color: #AF1783;
}
</style>