Shades of Medium Red Violet #AF2197
Tints of Medium Red Violet #AF2197
RGB
CMYK
RGB Variations
Color information
#AF2197 (or 0xAF2197) is known color: Medium Red Violet. HEX triplet: AF, 21 and 97. RGB value is (175,33,151). Sum of RGB (Red+Green+Blue) = 175+33+151=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2197 is #50DE68. Grayscale: #585858. Windows color (decimal): -5299817 or 9904559. OLE color: 9904559.
HSL color Cylindrical-coordinate representation of color #AF2197: hue angle of 310.14º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2197 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 151 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.31 |
| HSL | 310.14º | 0.68% | 0.41% | - |
| HSV(B) | 310.14º | 0.81% | 0.69% | - |
| XYZ | 23.81 | 12.44 | 30.42 | - |
| YUV | 88.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 151 | 0 | 0.81 | 0.14 | 0.31 | 310.14 | 0.68 | 0.41 |
| Hex | AF | 21 | 97 | 0 | 51 | E | 1F | 136 | 44 | 29 |
| Octal | 257 | 41 | 227 | 0 | 121 | 16 | 37 | 466 | 104 | 51 |
| Binary | 10101111 | 100001 | 10010111 | 0 | 1010001 | 1110 | 11111 | 100110110 | 1000100 | 101001 |
Color Harmonies of #AF2197
Complementary color
Monochromatic Colors of #AF2197
Black with #AF2197
Text Example
Text Example
White with #AF2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2197; }
p { color: rgb(175,33,151); }
H1.HeaderClassName
{
color: #AF2197;
}
.AnyTagClassName
{
color: #AF2197;
}
</style>
background-color css
<style>
a { background-color: #AF2197; }
a { background-color: rgb(175,33,151); }
div.DivClassName
{
background-color: #AF2197;
}
.BgClassName
{
background-color: #AF2197;
}
</style>
border-color css
<style>
span { border-color: #AF2197; }
span { border-color: rgb(175,33,151); }
td.TdClassName
{
border-color: #AF2197;
}
.TagClassName
{
border-color: #AF2197;
}
</style>