Shades of Medium Violet Red #AF0C83
Tints of Medium Violet Red #AF0C83
RGB
CMYK
RGB Variations
Color information
#AF0C83 (or 0xAF0C83) is known color: Medium Violet Red. HEX triplet: AF, 0C and 83. RGB value is (175,12,131). Sum of RGB (Red+Green+Blue) = 175+12+131=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C83 is #50F37C. Grayscale: #494949. Windows color (decimal): -5305213 or 8588463. OLE color: 8588463.
HSL color Cylindrical-coordinate representation of color #AF0C83: hue angle of 316.2º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0C83 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 131 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.31 |
| HSL | 316.2º | 0.87% | 0.37% | - |
| HSV(B) | 316.2º | 0.93% | 0.69% | - |
| XYZ | 21.91 | 11.02 | 22.44 | - |
| YUV | 74.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 131 | 0 | 0.93 | 0.25 | 0.31 | 316.2 | 0.87 | 0.37 |
| Hex | AF | C | 83 | 0 | 5D | 19 | 1F | 13C | 57 | 25 |
| Octal | 257 | 14 | 203 | 0 | 135 | 31 | 37 | 474 | 127 | 45 |
| Binary | 10101111 | 1100 | 10000011 | 0 | 1011101 | 11001 | 11111 | 100111100 | 1010111 | 100101 |
Color Harmonies of #AF0C83
Complementary color
Monochromatic Colors of #AF0C83
Black with #AF0C83
Text Example
Text Example
White with #AF0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C83; }
p { color: rgb(175,12,131); }
H1.HeaderClassName
{
color: #AF0C83;
}
.AnyTagClassName
{
color: #AF0C83;
}
</style>
background-color css
<style>
a { background-color: #AF0C83; }
a { background-color: rgb(175,12,131); }
div.DivClassName
{
background-color: #AF0C83;
}
.BgClassName
{
background-color: #AF0C83;
}
</style>
border-color css
<style>
span { border-color: #AF0C83; }
span { border-color: rgb(175,12,131); }
td.TdClassName
{
border-color: #AF0C83;
}
.TagClassName
{
border-color: #AF0C83;
}
</style>