Shades of Medium Violet Red #AF1091
Tints of Medium Violet Red #AF1091
RGB
CMYK
RGB Variations
Color information
#AF1091 (or 0xAF1091) is known color: Medium Violet Red. HEX triplet: AF, 10 and 91. RGB value is (175,16,145). Sum of RGB (Red+Green+Blue) = 175+16+145=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1091 is #50EF6E. Grayscale: #4D4D4D. Windows color (decimal): -5304175 or 9506991. OLE color: 9506991.
HSL color Cylindrical-coordinate representation of color #AF1091: hue angle of 311.32º 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 #AF1091 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 145 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.31 |
| HSL | 311.32º | 0.83% | 0.37% | - |
| HSV(B) | 311.32º | 0.91% | 0.69% | - |
| XYZ | 22.98 | 11.53 | 27.8 | - |
| YUV | 78.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 145 | 0 | 0.91 | 0.17 | 0.31 | 311.32 | 0.83 | 0.37 |
| Hex | AF | 10 | 91 | 0 | 5B | 11 | 1F | 137 | 53 | 25 |
| Octal | 257 | 20 | 221 | 0 | 133 | 21 | 37 | 467 | 123 | 45 |
| Binary | 10101111 | 10000 | 10010001 | 0 | 1011011 | 10001 | 11111 | 100110111 | 1010011 | 100101 |
Color Harmonies of #AF1091
Complementary color
Monochromatic Colors of #AF1091
Black with #AF1091
Text Example
Text Example
White with #AF1091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1091; }
p { color: rgb(175,16,145); }
H1.HeaderClassName
{
color: #AF1091;
}
.AnyTagClassName
{
color: #AF1091;
}
</style>
background-color css
<style>
a { background-color: #AF1091; }
a { background-color: rgb(175,16,145); }
div.DivClassName
{
background-color: #AF1091;
}
.BgClassName
{
background-color: #AF1091;
}
</style>
border-color css
<style>
span { border-color: #AF1091; }
span { border-color: rgb(175,16,145); }
td.TdClassName
{
border-color: #AF1091;
}
.TagClassName
{
border-color: #AF1091;
}
</style>