Shades of Medium Violet Red #AF109E
Tints of Medium Violet Red #AF109E
RGB
CMYK
RGB Variations
Color information
#AF109E (or 0xAF109E) is known color: Medium Violet Red. HEX triplet: AF, 10 and 9E. RGB value is (175,16,158). Sum of RGB (Red+Green+Blue) = 175+16+158=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF109E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF109E is #50EF61. Grayscale: #4F4F4F. Windows color (decimal): -5304162 or 10358959. OLE color: 10358959.
HSL color Cylindrical-coordinate representation of color #AF109E: hue angle of 306.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF109E is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 158 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.31 |
| HSL | 306.42º | 0.83% | 0.37% | - |
| HSV(B) | 306.42º | 0.91% | 0.69% | - |
| XYZ | 24.04 | 11.95 | 33.39 | - |
| YUV | 79.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 158 | 0 | 0.91 | 0.10 | 0.31 | 306.42 | 0.83 | 0.37 |
| Hex | AF | 10 | 9E | 0 | 5B | A | 1F | 132 | 53 | 25 |
| Octal | 257 | 20 | 236 | 0 | 133 | 12 | 37 | 462 | 123 | 45 |
| Binary | 10101111 | 10000 | 10011110 | 0 | 1011011 | 1010 | 11111 | 100110010 | 1010011 | 100101 |
Color Harmonies of #AF109E
Complementary color
Monochromatic Colors of #AF109E
Black with #AF109E
Text Example
Text Example
White with #AF109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF109E; }
p { color: rgb(175,16,158); }
H1.HeaderClassName
{
color: #AF109E;
}
.AnyTagClassName
{
color: #AF109E;
}
</style>
background-color css
<style>
a { background-color: #AF109E; }
a { background-color: rgb(175,16,158); }
div.DivClassName
{
background-color: #AF109E;
}
.BgClassName
{
background-color: #AF109E;
}
</style>
border-color css
<style>
span { border-color: #AF109E; }
span { border-color: rgb(175,16,158); }
td.TdClassName
{
border-color: #AF109E;
}
.TagClassName
{
border-color: #AF109E;
}
</style>