Shades of Medium Violet Red #AF119C
Tints of Medium Violet Red #AF119C
RGB
CMYK
RGB Variations
Color information
#AF119C (or 0xAF119C) is known color: Medium Violet Red. HEX triplet: AF, 11 and 9C. RGB value is (175,17,156). Sum of RGB (Red+Green+Blue) = 175+17+156=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF119C is #50EE63. Grayscale: #4F4F4F. Windows color (decimal): -5303908 or 10228143. OLE color: 10228143.
HSL color Cylindrical-coordinate representation of color #AF119C: hue angle of 307.22º 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 #AF119C is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 156 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.31 |
| HSL | 307.22º | 0.82% | 0.38% | - |
| HSV(B) | 307.22º | 0.9% | 0.69% | - |
| XYZ | 23.88 | 11.92 | 32.49 | - |
| YUV | 80.09 | 170.85 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 156 | 0 | 0.90 | 0.11 | 0.31 | 307.22 | 0.82 | 0.38 |
| Hex | AF | 11 | 9C | 0 | 5A | B | 1F | 133 | 52 | 26 |
| Octal | 257 | 21 | 234 | 0 | 132 | 13 | 37 | 463 | 122 | 46 |
| Binary | 10101111 | 10001 | 10011100 | 0 | 1011010 | 1011 | 11111 | 100110011 | 1010010 | 100110 |
Color Harmonies of #AF119C
Complementary color
Monochromatic Colors of #AF119C
Black with #AF119C
Text Example
Text Example
White with #AF119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF119C; }
p { color: rgb(175,17,156); }
H1.HeaderClassName
{
color: #AF119C;
}
.AnyTagClassName
{
color: #AF119C;
}
</style>
background-color css
<style>
a { background-color: #AF119C; }
a { background-color: rgb(175,17,156); }
div.DivClassName
{
background-color: #AF119C;
}
.BgClassName
{
background-color: #AF119C;
}
</style>
border-color css
<style>
span { border-color: #AF119C; }
span { border-color: rgb(175,17,156); }
td.TdClassName
{
border-color: #AF119C;
}
.TagClassName
{
border-color: #AF119C;
}
</style>