Shades of Medium Violet Red #AF198C
Tints of Medium Violet Red #AF198C
RGB
CMYK
RGB Variations
Color information
#AF198C (or 0xAF198C) is known color: Medium Violet Red. HEX triplet: AF, 19 and 8C. RGB value is (175,25,140). Sum of RGB (Red+Green+Blue) = 175+25+140=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF198C is #50E673. Grayscale: #525252. Windows color (decimal): -5301876 or 9181615. OLE color: 9181615.
HSL color Cylindrical-coordinate representation of color #AF198C: hue angle of 314º 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 #AF198C is Cyan = 0, Magento = 0.86, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 140 | - |
| CMYK | 0 | 0.86 | 0.2 | 0.31 |
| HSL | 314º | 0.75% | 0.39% | - |
| HSV(B) | 314º | 0.86% | 0.69% | - |
| XYZ | 22.76 | 11.7 | 25.87 | - |
| YUV | 82.96 | 160.2 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 140 | 0 | 0.86 | 0.2 | 0.31 | 314 | 0.75 | 0.39 |
| Hex | AF | 19 | 8C | 0 | 56 | 14 | 1F | 13A | 4B | 27 |
| Octal | 257 | 31 | 214 | 0 | 126 | 24 | 37 | 472 | 113 | 47 |
| Binary | 10101111 | 11001 | 10001100 | 0 | 1010110 | 10100 | 11111 | 100111010 | 1001011 | 100111 |
Color Harmonies of #AF198C
Complementary color
Monochromatic Colors of #AF198C
Black with #AF198C
Text Example
Text Example
White with #AF198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF198C; }
p { color: rgb(175,25,140); }
H1.HeaderClassName
{
color: #AF198C;
}
.AnyTagClassName
{
color: #AF198C;
}
</style>
background-color css
<style>
a { background-color: #AF198C; }
a { background-color: rgb(175,25,140); }
div.DivClassName
{
background-color: #AF198C;
}
.BgClassName
{
background-color: #AF198C;
}
</style>
border-color css
<style>
span { border-color: #AF198C; }
span { border-color: rgb(175,25,140); }
td.TdClassName
{
border-color: #AF198C;
}
.TagClassName
{
border-color: #AF198C;
}
</style>