Shades of Medium Violet Red #AF1483
Tints of Medium Violet Red #AF1483
RGB
CMYK
RGB Variations
Color information
#AF1483 (or 0xAF1483) is known color: Medium Violet Red. HEX triplet: AF, 14 and 83. RGB value is (175,20,131). Sum of RGB (Red+Green+Blue) = 175+20+131=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1483 is #50EB7C. Grayscale: #4E4E4E. Windows color (decimal): -5303165 or 8590511. OLE color: 8590511.
HSL color Cylindrical-coordinate representation of color #AF1483: hue angle of 317.03º degrees, saturation: 0.79, 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 #AF1483 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 131 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.31 |
| HSL | 317.03º | 0.79% | 0.38% | - |
| HSV(B) | 317.03º | 0.89% | 0.69% | - |
| XYZ | 22.03 | 11.25 | 22.48 | - |
| YUV | 79 | 157.35 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 131 | 0 | 0.89 | 0.25 | 0.31 | 317.03 | 0.79 | 0.38 |
| Hex | AF | 14 | 83 | 0 | 59 | 19 | 1F | 13D | 4F | 26 |
| Octal | 257 | 24 | 203 | 0 | 131 | 31 | 37 | 475 | 117 | 46 |
| Binary | 10101111 | 10100 | 10000011 | 0 | 1011001 | 11001 | 11111 | 100111101 | 1001111 | 100110 |
Color Harmonies of #AF1483
Complementary color
Monochromatic Colors of #AF1483
Black with #AF1483
Text Example
Text Example
White with #AF1483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1483; }
p { color: rgb(175,20,131); }
H1.HeaderClassName
{
color: #AF1483;
}
.AnyTagClassName
{
color: #AF1483;
}
</style>
background-color css
<style>
a { background-color: #AF1483; }
a { background-color: rgb(175,20,131); }
div.DivClassName
{
background-color: #AF1483;
}
.BgClassName
{
background-color: #AF1483;
}
</style>
border-color css
<style>
span { border-color: #AF1483; }
span { border-color: rgb(175,20,131); }
td.TdClassName
{
border-color: #AF1483;
}
.TagClassName
{
border-color: #AF1483;
}
</style>