Shades of Medium Red Violet #AF219E
Tints of Medium Red Violet #AF219E
RGB
CMYK
RGB Variations
Color information
#AF219E (or 0xAF219E) is known color: Medium Red Violet. HEX triplet: AF, 21 and 9E. RGB value is (175,33,158). Sum of RGB (Red+Green+Blue) = 175+33+158=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF219E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF219E is #50DE61. Grayscale: #595959. Windows color (decimal): -5299810 or 10363311. OLE color: 10363311.
HSL color Cylindrical-coordinate representation of color #AF219E: hue angle of 307.18º 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 #AF219E is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 158 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.31 |
| HSL | 307.18º | 0.68% | 0.41% | - |
| HSV(B) | 307.18º | 0.81% | 0.69% | - |
| XYZ | 24.39 | 12.67 | 33.51 | - |
| YUV | 89.71 | 166.54 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 158 | 0 | 0.81 | 0.10 | 0.31 | 307.18 | 0.68 | 0.41 |
| Hex | AF | 21 | 9E | 0 | 51 | A | 1F | 133 | 44 | 29 |
| Octal | 257 | 41 | 236 | 0 | 121 | 12 | 37 | 463 | 104 | 51 |
| Binary | 10101111 | 100001 | 10011110 | 0 | 1010001 | 1010 | 11111 | 100110011 | 1000100 | 101001 |
Color Harmonies of #AF219E
Complementary color
Monochromatic Colors of #AF219E
Black with #AF219E
Text Example
Text Example
White with #AF219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF219E; }
p { color: rgb(175,33,158); }
H1.HeaderClassName
{
color: #AF219E;
}
.AnyTagClassName
{
color: #AF219E;
}
</style>
background-color css
<style>
a { background-color: #AF219E; }
a { background-color: rgb(175,33,158); }
div.DivClassName
{
background-color: #AF219E;
}
.BgClassName
{
background-color: #AF219E;
}
</style>
border-color css
<style>
span { border-color: #AF219E; }
span { border-color: rgb(175,33,158); }
td.TdClassName
{
border-color: #AF219E;
}
.TagClassName
{
border-color: #AF219E;
}
</style>