Shades of Medium Violet Red #AF0C9D
Tints of Medium Violet Red #AF0C9D
RGB
CMYK
RGB Variations
Color information
#AF0C9D (or 0xAF0C9D) is known color: Medium Violet Red. HEX triplet: AF, 0C and 9D. RGB value is (175,12,157). Sum of RGB (Red+Green+Blue) = 175+12+157=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C9D is #50F362. Grayscale: #4C4C4C. Windows color (decimal): -5305187 or 10292399. OLE color: 10292399.
HSL color Cylindrical-coordinate representation of color #AF0C9D: hue angle of 306.63º 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 #AF0C9D is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 157 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.31 |
| HSL | 306.63º | 0.87% | 0.37% | - |
| HSV(B) | 306.63º | 0.93% | 0.69% | - |
| XYZ | 23.9 | 11.81 | 32.92 | - |
| YUV | 77.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 157 | 0 | 0.93 | 0.10 | 0.31 | 306.63 | 0.87 | 0.37 |
| Hex | AF | C | 9D | 0 | 5D | A | 1F | 133 | 57 | 25 |
| Octal | 257 | 14 | 235 | 0 | 135 | 12 | 37 | 463 | 127 | 45 |
| Binary | 10101111 | 1100 | 10011101 | 0 | 1011101 | 1010 | 11111 | 100110011 | 1010111 | 100101 |
Color Harmonies of #AF0C9D
Complementary color
Monochromatic Colors of #AF0C9D
Black with #AF0C9D
Text Example
Text Example
White with #AF0C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C9D; }
p { color: rgb(175,12,157); }
H1.HeaderClassName
{
color: #AF0C9D;
}
.AnyTagClassName
{
color: #AF0C9D;
}
</style>
background-color css
<style>
a { background-color: #AF0C9D; }
a { background-color: rgb(175,12,157); }
div.DivClassName
{
background-color: #AF0C9D;
}
.BgClassName
{
background-color: #AF0C9D;
}
</style>
border-color css
<style>
span { border-color: #AF0C9D; }
span { border-color: rgb(175,12,157); }
td.TdClassName
{
border-color: #AF0C9D;
}
.TagClassName
{
border-color: #AF0C9D;
}
</style>