Shades of Medium Red Violet #AF218F
Tints of Medium Red Violet #AF218F
RGB
CMYK
RGB Variations
Color information
#AF218F (or 0xAF218F) is known color: Medium Red Violet. HEX triplet: AF, 21 and 8F. RGB value is (175,33,143). Sum of RGB (Red+Green+Blue) = 175+33+143=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF218F is #50DE70. Grayscale: #575757. Windows color (decimal): -5299825 or 9380271. OLE color: 9380271.
HSL color Cylindrical-coordinate representation of color #AF218F: hue angle of 313.52º 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 #AF218F is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 143 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.31 |
| HSL | 313.52º | 0.68% | 0.41% | - |
| HSV(B) | 313.52º | 0.81% | 0.69% | - |
| XYZ | 23.18 | 12.18 | 27.12 | - |
| YUV | 88 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 143 | 0 | 0.81 | 0.18 | 0.31 | 313.52 | 0.68 | 0.41 |
| Hex | AF | 21 | 8F | 0 | 51 | 12 | 1F | 13A | 44 | 29 |
| Octal | 257 | 41 | 217 | 0 | 121 | 22 | 37 | 472 | 104 | 51 |
| Binary | 10101111 | 100001 | 10001111 | 0 | 1010001 | 10010 | 11111 | 100111010 | 1000100 | 101001 |
Color Harmonies of #AF218F
Complementary color
Monochromatic Colors of #AF218F
Black with #AF218F
Text Example
Text Example
White with #AF218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF218F; }
p { color: rgb(175,33,143); }
H1.HeaderClassName
{
color: #AF218F;
}
.AnyTagClassName
{
color: #AF218F;
}
</style>
background-color css
<style>
a { background-color: #AF218F; }
a { background-color: rgb(175,33,143); }
div.DivClassName
{
background-color: #AF218F;
}
.BgClassName
{
background-color: #AF218F;
}
</style>
border-color css
<style>
span { border-color: #AF218F; }
span { border-color: rgb(175,33,143); }
td.TdClassName
{
border-color: #AF218F;
}
.TagClassName
{
border-color: #AF218F;
}
</style>