Shades of Medium Violet Red #AF1891
Tints of Medium Violet Red #AF1891
RGB
CMYK
RGB Variations
Color information
#AF1891 (or 0xAF1891) is known color: Medium Violet Red. HEX triplet: AF, 18 and 91. RGB value is (175,24,145). Sum of RGB (Red+Green+Blue) = 175+24+145=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1891 is #50E76E. Grayscale: #525252. Windows color (decimal): -5302127 or 9509039. OLE color: 9509039.
HSL color Cylindrical-coordinate representation of color #AF1891: hue angle of 311.92º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1891 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 145 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.31 |
| HSL | 311.92º | 0.76% | 0.39% | - |
| HSV(B) | 311.92º | 0.86% | 0.69% | - |
| XYZ | 23.12 | 11.81 | 27.85 | - |
| YUV | 82.94 | 163.03 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 145 | 0 | 0.86 | 0.17 | 0.31 | 311.92 | 0.76 | 0.39 |
| Hex | AF | 18 | 91 | 0 | 56 | 11 | 1F | 138 | 4C | 27 |
| Octal | 257 | 30 | 221 | 0 | 126 | 21 | 37 | 470 | 114 | 47 |
| Binary | 10101111 | 11000 | 10010001 | 0 | 1010110 | 10001 | 11111 | 100111000 | 1001100 | 100111 |
Color Harmonies of #AF1891
Complementary color
Monochromatic Colors of #AF1891
Black with #AF1891
Text Example
Text Example
White with #AF1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1891; }
p { color: rgb(175,24,145); }
H1.HeaderClassName
{
color: #AF1891;
}
.AnyTagClassName
{
color: #AF1891;
}
</style>
background-color css
<style>
a { background-color: #AF1891; }
a { background-color: rgb(175,24,145); }
div.DivClassName
{
background-color: #AF1891;
}
.BgClassName
{
background-color: #AF1891;
}
</style>
border-color css
<style>
span { border-color: #AF1891; }
span { border-color: rgb(175,24,145); }
td.TdClassName
{
border-color: #AF1891;
}
.TagClassName
{
border-color: #AF1891;
}
</style>