Shades of Medium Red Violet #AF227F
Tints of Medium Red Violet #AF227F
RGB
CMYK
RGB Variations
Color information
#AF227F (or 0xAF227F) is known color: Medium Red Violet. HEX triplet: AF, 22 and 7F. RGB value is (175,34,127). Sum of RGB (Red+Green+Blue) = 175+34+127=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF227F is #50DD80. Grayscale: #565656. Windows color (decimal): -5299585 or 8331951. OLE color: 8331951.
HSL color Cylindrical-coordinate representation of color #AF227F: hue angle of 320.43º degrees, saturation: 0.67, 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 #AF227F is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 127 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.31 |
| HSL | 320.43º | 0.67% | 0.41% | - |
| HSV(B) | 320.43º | 0.81% | 0.69% | - |
| XYZ | 22.08 | 11.79 | 21.19 | - |
| YUV | 86.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 127 | 0 | 0.81 | 0.27 | 0.31 | 320.43 | 0.67 | 0.41 |
| Hex | AF | 22 | 7F | 0 | 51 | 1B | 1F | 140 | 43 | 29 |
| Octal | 257 | 42 | 177 | 0 | 121 | 33 | 37 | 500 | 103 | 51 |
| Binary | 10101111 | 100010 | 1111111 | 0 | 1010001 | 11011 | 11111 | 101000000 | 1000011 | 101001 |
Color Harmonies of #AF227F
Complementary color
Monochromatic Colors of #AF227F
Black with #AF227F
Text Example
Text Example
White with #AF227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF227F; }
p { color: rgb(175,34,127); }
H1.HeaderClassName
{
color: #AF227F;
}
.AnyTagClassName
{
color: #AF227F;
}
</style>
background-color css
<style>
a { background-color: #AF227F; }
a { background-color: rgb(175,34,127); }
div.DivClassName
{
background-color: #AF227F;
}
.BgClassName
{
background-color: #AF227F;
}
</style>
border-color css
<style>
span { border-color: #AF227F; }
span { border-color: rgb(175,34,127); }
td.TdClassName
{
border-color: #AF227F;
}
.TagClassName
{
border-color: #AF227F;
}
</style>