Shades of Medium Violet Red #AF1190
Tints of Medium Violet Red #AF1190
RGB
CMYK
RGB Variations
Color information
#AF1190 (or 0xAF1190) is known color: Medium Violet Red. HEX triplet: AF, 11 and 90. RGB value is (175,17,144). Sum of RGB (Red+Green+Blue) = 175+17+144=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1190 is #50EE6F. Grayscale: #4E4E4E. Windows color (decimal): -5303920 or 9441711. OLE color: 9441711.
HSL color Cylindrical-coordinate representation of color #AF1190: hue angle of 311.77º 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 #AF1190 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 144 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.31 |
| HSL | 311.77º | 0.82% | 0.38% | - |
| HSV(B) | 311.77º | 0.9% | 0.69% | - |
| XYZ | 22.91 | 11.53 | 27.4 | - |
| YUV | 78.72 | 164.85 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 144 | 0 | 0.90 | 0.18 | 0.31 | 311.77 | 0.82 | 0.38 |
| Hex | AF | 11 | 90 | 0 | 5A | 12 | 1F | 138 | 52 | 26 |
| Octal | 257 | 21 | 220 | 0 | 132 | 22 | 37 | 470 | 122 | 46 |
| Binary | 10101111 | 10001 | 10010000 | 0 | 1011010 | 10010 | 11111 | 100111000 | 1010010 | 100110 |
Color Harmonies of #AF1190
Complementary color
Monochromatic Colors of #AF1190
Black with #AF1190
Text Example
Text Example
White with #AF1190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1190; }
p { color: rgb(175,17,144); }
H1.HeaderClassName
{
color: #AF1190;
}
.AnyTagClassName
{
color: #AF1190;
}
</style>
background-color css
<style>
a { background-color: #AF1190; }
a { background-color: rgb(175,17,144); }
div.DivClassName
{
background-color: #AF1190;
}
.BgClassName
{
background-color: #AF1190;
}
</style>
border-color css
<style>
span { border-color: #AF1190; }
span { border-color: rgb(175,17,144); }
td.TdClassName
{
border-color: #AF1190;
}
.TagClassName
{
border-color: #AF1190;
}
</style>