Shades of Medium Violet Red #AF119E
Tints of Medium Violet Red #AF119E
RGB
CMYK
RGB Variations
Color information
#AF119E (or 0xAF119E) is known color: Medium Violet Red. HEX triplet: AF, 11 and 9E. RGB value is (175,17,158). Sum of RGB (Red+Green+Blue) = 175+17+158=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF119E is #50EE61. Grayscale: #4F4F4F. Windows color (decimal): -5303906 or 10359215. OLE color: 10359215.
HSL color Cylindrical-coordinate representation of color #AF119E: hue angle of 306.46º 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 #AF119E is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 158 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.31 |
| HSL | 306.46º | 0.82% | 0.38% | - |
| HSV(B) | 306.46º | 0.9% | 0.69% | - |
| XYZ | 24.05 | 11.98 | 33.39 | - |
| YUV | 80.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 158 | 0 | 0.90 | 0.10 | 0.31 | 306.46 | 0.82 | 0.38 |
| Hex | AF | 11 | 9E | 0 | 5A | A | 1F | 132 | 52 | 26 |
| Octal | 257 | 21 | 236 | 0 | 132 | 12 | 37 | 462 | 122 | 46 |
| Binary | 10101111 | 10001 | 10011110 | 0 | 1011010 | 1010 | 11111 | 100110010 | 1010010 | 100110 |
Color Harmonies of #AF119E
Complementary color
Monochromatic Colors of #AF119E
Black with #AF119E
Text Example
Text Example
White with #AF119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF119E; }
p { color: rgb(175,17,158); }
H1.HeaderClassName
{
color: #AF119E;
}
.AnyTagClassName
{
color: #AF119E;
}
</style>
background-color css
<style>
a { background-color: #AF119E; }
a { background-color: rgb(175,17,158); }
div.DivClassName
{
background-color: #AF119E;
}
.BgClassName
{
background-color: #AF119E;
}
</style>
border-color css
<style>
span { border-color: #AF119E; }
span { border-color: rgb(175,17,158); }
td.TdClassName
{
border-color: #AF119E;
}
.TagClassName
{
border-color: #AF119E;
}
</style>