Shades of Medium Violet Red #AF198E
Tints of Medium Violet Red #AF198E
RGB
CMYK
RGB Variations
Color information
#AF198E (or 0xAF198E) is known color: Medium Violet Red. HEX triplet: AF, 19 and 8E. RGB value is (175,25,142). Sum of RGB (Red+Green+Blue) = 175+25+142=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF198E is #50E671. Grayscale: #525252. Windows color (decimal): -5301874 or 9312687. OLE color: 9312687.
HSL color Cylindrical-coordinate representation of color #AF198E: hue angle of 313.2º degrees, saturation: 0.75, 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 #AF198E is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 142 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.31 |
| HSL | 313.2º | 0.75% | 0.39% | - |
| HSV(B) | 313.2º | 0.86% | 0.69% | - |
| XYZ | 22.91 | 11.76 | 26.65 | - |
| YUV | 83.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 142 | 0 | 0.86 | 0.19 | 0.31 | 313.2 | 0.75 | 0.39 |
| Hex | AF | 19 | 8E | 0 | 56 | 13 | 1F | 139 | 4B | 27 |
| Octal | 257 | 31 | 216 | 0 | 126 | 23 | 37 | 471 | 113 | 47 |
| Binary | 10101111 | 11001 | 10001110 | 0 | 1010110 | 10011 | 11111 | 100111001 | 1001011 | 100111 |
Color Harmonies of #AF198E
Complementary color
Monochromatic Colors of #AF198E
Black with #AF198E
Text Example
Text Example
White with #AF198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF198E; }
p { color: rgb(175,25,142); }
H1.HeaderClassName
{
color: #AF198E;
}
.AnyTagClassName
{
color: #AF198E;
}
</style>
background-color css
<style>
a { background-color: #AF198E; }
a { background-color: rgb(175,25,142); }
div.DivClassName
{
background-color: #AF198E;
}
.BgClassName
{
background-color: #AF198E;
}
</style>
border-color css
<style>
span { border-color: #AF198E; }
span { border-color: rgb(175,25,142); }
td.TdClassName
{
border-color: #AF198E;
}
.TagClassName
{
border-color: #AF198E;
}
</style>