Shades of Medium Red Violet #AF218A
Tints of Medium Red Violet #AF218A
RGB
CMYK
RGB Variations
Color information
#AF218A (or 0xAF218A) is known color: Medium Red Violet. HEX triplet: AF, 21 and 8A. RGB value is (175,33,138). Sum of RGB (Red+Green+Blue) = 175+33+138=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF218A is #50DE75. Grayscale: #575757. Windows color (decimal): -5299830 or 9052591. OLE color: 9052591.
HSL color Cylindrical-coordinate representation of color #AF218A: hue angle of 315.63º 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 #AF218A is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 138 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.31 |
| HSL | 315.63º | 0.68% | 0.41% | - |
| HSV(B) | 315.63º | 0.81% | 0.69% | - |
| XYZ | 22.81 | 12.04 | 25.17 | - |
| YUV | 87.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 138 | 0 | 0.81 | 0.21 | 0.31 | 315.63 | 0.68 | 0.41 |
| Hex | AF | 21 | 8A | 0 | 51 | 15 | 1F | 13C | 44 | 29 |
| Octal | 257 | 41 | 212 | 0 | 121 | 25 | 37 | 474 | 104 | 51 |
| Binary | 10101111 | 100001 | 10001010 | 0 | 1010001 | 10101 | 11111 | 100111100 | 1000100 | 101001 |
Color Harmonies of #AF218A
Complementary color
Monochromatic Colors of #AF218A
Black with #AF218A
Text Example
Text Example
White with #AF218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF218A; }
p { color: rgb(175,33,138); }
H1.HeaderClassName
{
color: #AF218A;
}
.AnyTagClassName
{
color: #AF218A;
}
</style>
background-color css
<style>
a { background-color: #AF218A; }
a { background-color: rgb(175,33,138); }
div.DivClassName
{
background-color: #AF218A;
}
.BgClassName
{
background-color: #AF218A;
}
</style>
border-color css
<style>
span { border-color: #AF218A; }
span { border-color: rgb(175,33,138); }
td.TdClassName
{
border-color: #AF218A;
}
.TagClassName
{
border-color: #AF218A;
}
</style>