Shades of Medium Violet Red #AF119D
Tints of Medium Violet Red #AF119D
RGB
CMYK
RGB Variations
Color information
#AF119D (or 0xAF119D) is known color: Medium Violet Red. HEX triplet: AF, 11 and 9D. RGB value is (175,17,157). Sum of RGB (Red+Green+Blue) = 175+17+157=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF119D is #50EE62. Grayscale: #4F4F4F. Windows color (decimal): -5303907 or 10293679. OLE color: 10293679.
HSL color Cylindrical-coordinate representation of color #AF119D: hue angle of 306.84º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF119D is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 157 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.31 |
| HSL | 306.84º | 0.82% | 0.38% | - |
| HSV(B) | 306.84º | 0.9% | 0.69% | - |
| XYZ | 23.97 | 11.95 | 32.94 | - |
| YUV | 80.2 | 171.35 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 157 | 0 | 0.90 | 0.10 | 0.31 | 306.84 | 0.82 | 0.38 |
| Hex | AF | 11 | 9D | 0 | 5A | A | 1F | 133 | 52 | 26 |
| Octal | 257 | 21 | 235 | 0 | 132 | 12 | 37 | 463 | 122 | 46 |
| Binary | 10101111 | 10001 | 10011101 | 0 | 1011010 | 1010 | 11111 | 100110011 | 1010010 | 100110 |
Color Harmonies of #AF119D
Complementary color
Monochromatic Colors of #AF119D
Black with #AF119D
Text Example
Text Example
White with #AF119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF119D; }
p { color: rgb(175,17,157); }
H1.HeaderClassName
{
color: #AF119D;
}
.AnyTagClassName
{
color: #AF119D;
}
</style>
background-color css
<style>
a { background-color: #AF119D; }
a { background-color: rgb(175,17,157); }
div.DivClassName
{
background-color: #AF119D;
}
.BgClassName
{
background-color: #AF119D;
}
</style>
border-color css
<style>
span { border-color: #AF119D; }
span { border-color: rgb(175,17,157); }
td.TdClassName
{
border-color: #AF119D;
}
.TagClassName
{
border-color: #AF119D;
}
</style>