Shades of Medium Violet Red #AF0C82
Tints of Medium Violet Red #AF0C82
RGB
CMYK
RGB Variations
Color information
#AF0C82 (or 0xAF0C82) is known color: Medium Violet Red. HEX triplet: AF, 0C and 82. RGB value is (175,12,130). Sum of RGB (Red+Green+Blue) = 175+12+130=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C82 is #50F37D. Grayscale: #494949. Windows color (decimal): -5305214 or 8522927. OLE color: 8522927.
HSL color Cylindrical-coordinate representation of color #AF0C82: hue angle of 316.56º 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 #AF0C82 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 130 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.31 |
| HSL | 316.56º | 0.87% | 0.37% | - |
| HSV(B) | 316.56º | 0.93% | 0.69% | - |
| XYZ | 21.84 | 10.99 | 22.09 | - |
| YUV | 74.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 130 | 0 | 0.93 | 0.26 | 0.31 | 316.56 | 0.87 | 0.37 |
| Hex | AF | C | 82 | 0 | 5D | 1A | 1F | 13D | 57 | 25 |
| Octal | 257 | 14 | 202 | 0 | 135 | 32 | 37 | 475 | 127 | 45 |
| Binary | 10101111 | 1100 | 10000010 | 0 | 1011101 | 11010 | 11111 | 100111101 | 1010111 | 100101 |
Color Harmonies of #AF0C82
Complementary color
Monochromatic Colors of #AF0C82
Black with #AF0C82
Text Example
Text Example
White with #AF0C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C82; }
p { color: rgb(175,12,130); }
H1.HeaderClassName
{
color: #AF0C82;
}
.AnyTagClassName
{
color: #AF0C82;
}
</style>
background-color css
<style>
a { background-color: #AF0C82; }
a { background-color: rgb(175,12,130); }
div.DivClassName
{
background-color: #AF0C82;
}
.BgClassName
{
background-color: #AF0C82;
}
</style>
border-color css
<style>
span { border-color: #AF0C82; }
span { border-color: rgb(175,12,130); }
td.TdClassName
{
border-color: #AF0C82;
}
.TagClassName
{
border-color: #AF0C82;
}
</style>