Shades of Medium Violet Red #AF109A
Tints of Medium Violet Red #AF109A
RGB
CMYK
RGB Variations
Color information
#AF109A (or 0xAF109A) is known color: Medium Violet Red. HEX triplet: AF, 10 and 9A. RGB value is (175,16,154). Sum of RGB (Red+Green+Blue) = 175+16+154=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF109A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF109A is #50EF65. Grayscale: #4E4E4E. Windows color (decimal): -5304166 or 10096815. OLE color: 10096815.
HSL color Cylindrical-coordinate representation of color #AF109A: hue angle of 307.92º 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 #AF109A is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 154 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.31 |
| HSL | 307.92º | 0.83% | 0.37% | - |
| HSV(B) | 307.92º | 0.91% | 0.69% | - |
| XYZ | 23.7 | 11.82 | 31.6 | - |
| YUV | 79.27 | 170.18 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 154 | 0 | 0.91 | 0.12 | 0.31 | 307.92 | 0.83 | 0.37 |
| Hex | AF | 10 | 9A | 0 | 5B | C | 1F | 134 | 53 | 25 |
| Octal | 257 | 20 | 232 | 0 | 133 | 14 | 37 | 464 | 123 | 45 |
| Binary | 10101111 | 10000 | 10011010 | 0 | 1011011 | 1100 | 11111 | 100110100 | 1010011 | 100101 |
Color Harmonies of #AF109A
Complementary color
Monochromatic Colors of #AF109A
Black with #AF109A
Text Example
Text Example
White with #AF109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF109A; }
p { color: rgb(175,16,154); }
H1.HeaderClassName
{
color: #AF109A;
}
.AnyTagClassName
{
color: #AF109A;
}
</style>
background-color css
<style>
a { background-color: #AF109A; }
a { background-color: rgb(175,16,154); }
div.DivClassName
{
background-color: #AF109A;
}
.BgClassName
{
background-color: #AF109A;
}
</style>
border-color css
<style>
span { border-color: #AF109A; }
span { border-color: rgb(175,16,154); }
td.TdClassName
{
border-color: #AF109A;
}
.TagClassName
{
border-color: #AF109A;
}
</style>