Shades of Medium Violet Red #AF0C91
Tints of Medium Violet Red #AF0C91
RGB
CMYK
RGB Variations
Color information
#AF0C91 (or 0xAF0C91) is known color: Medium Violet Red. HEX triplet: AF, 0C and 91. RGB value is (175,12,145). Sum of RGB (Red+Green+Blue) = 175+12+145=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C91 is #50F36E. Grayscale: #4B4B4B. Windows color (decimal): -5305199 or 9505967. OLE color: 9505967.
HSL color Cylindrical-coordinate representation of color #AF0C91: hue angle of 311.04º 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 #AF0C91 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 145 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.31 |
| HSL | 311.04º | 0.87% | 0.37% | - |
| HSV(B) | 311.04º | 0.93% | 0.69% | - |
| XYZ | 22.92 | 11.42 | 27.78 | - |
| YUV | 75.9 | 167 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 145 | 0 | 0.93 | 0.17 | 0.31 | 311.04 | 0.87 | 0.37 |
| Hex | AF | C | 91 | 0 | 5D | 11 | 1F | 137 | 57 | 25 |
| Octal | 257 | 14 | 221 | 0 | 135 | 21 | 37 | 467 | 127 | 45 |
| Binary | 10101111 | 1100 | 10010001 | 0 | 1011101 | 10001 | 11111 | 100110111 | 1010111 | 100101 |
Color Harmonies of #AF0C91
Complementary color
Monochromatic Colors of #AF0C91
Black with #AF0C91
Text Example
Text Example
White with #AF0C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C91; }
p { color: rgb(175,12,145); }
H1.HeaderClassName
{
color: #AF0C91;
}
.AnyTagClassName
{
color: #AF0C91;
}
</style>
background-color css
<style>
a { background-color: #AF0C91; }
a { background-color: rgb(175,12,145); }
div.DivClassName
{
background-color: #AF0C91;
}
.BgClassName
{
background-color: #AF0C91;
}
</style>
border-color css
<style>
span { border-color: #AF0C91; }
span { border-color: rgb(175,12,145); }
td.TdClassName
{
border-color: #AF0C91;
}
.TagClassName
{
border-color: #AF0C91;
}
</style>