Shades of Medium Violet Red #AF0C93
Tints of Medium Violet Red #AF0C93
RGB
CMYK
RGB Variations
Color information
#AF0C93 (or 0xAF0C93) is known color: Medium Violet Red. HEX triplet: AF, 0C and 93. RGB value is (175,12,147). Sum of RGB (Red+Green+Blue) = 175+12+147=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C93 is #50F36C. Grayscale: #4B4B4B. Windows color (decimal): -5305197 or 9637039. OLE color: 9637039.
HSL color Cylindrical-coordinate representation of color #AF0C93: hue angle of 310.31º 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 #AF0C93 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 147 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.31 |
| HSL | 310.31º | 0.87% | 0.37% | - |
| HSV(B) | 310.31º | 0.93% | 0.69% | - |
| XYZ | 23.08 | 11.48 | 28.6 | - |
| YUV | 76.13 | 168 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 147 | 0 | 0.93 | 0.16 | 0.31 | 310.31 | 0.87 | 0.37 |
| Hex | AF | C | 93 | 0 | 5D | 10 | 1F | 136 | 57 | 25 |
| Octal | 257 | 14 | 223 | 0 | 135 | 20 | 37 | 466 | 127 | 45 |
| Binary | 10101111 | 1100 | 10010011 | 0 | 1011101 | 10000 | 11111 | 100110110 | 1010111 | 100101 |
Color Harmonies of #AF0C93
Complementary color
Monochromatic Colors of #AF0C93
Black with #AF0C93
Text Example
Text Example
White with #AF0C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C93; }
p { color: rgb(175,12,147); }
H1.HeaderClassName
{
color: #AF0C93;
}
.AnyTagClassName
{
color: #AF0C93;
}
</style>
background-color css
<style>
a { background-color: #AF0C93; }
a { background-color: rgb(175,12,147); }
div.DivClassName
{
background-color: #AF0C93;
}
.BgClassName
{
background-color: #AF0C93;
}
</style>
border-color css
<style>
span { border-color: #AF0C93; }
span { border-color: rgb(175,12,147); }
td.TdClassName
{
border-color: #AF0C93;
}
.TagClassName
{
border-color: #AF0C93;
}
</style>