Shades of Medium Red Violet #AF227E
Tints of Medium Red Violet #AF227E
RGB
CMYK
RGB Variations
Color information
#AF227E (or 0xAF227E) is known color: Medium Red Violet. HEX triplet: AF, 22 and 7E. RGB value is (175,34,126). Sum of RGB (Red+Green+Blue) = 175+34+126=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF227E is #50DD81. Grayscale: #565656. Windows color (decimal): -5299586 or 8266415. OLE color: 8266415.
HSL color Cylindrical-coordinate representation of color #AF227E: hue angle of 320.85º 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 #AF227E is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 126 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.31 |
| HSL | 320.85º | 0.67% | 0.41% | - |
| HSV(B) | 320.85º | 0.81% | 0.69% | - |
| XYZ | 22.02 | 11.76 | 20.85 | - |
| YUV | 86.65 | 150.21 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 126 | 0 | 0.81 | 0.28 | 0.31 | 320.85 | 0.67 | 0.41 |
| Hex | AF | 22 | 7E | 0 | 51 | 1C | 1F | 141 | 43 | 29 |
| Octal | 257 | 42 | 176 | 0 | 121 | 34 | 37 | 501 | 103 | 51 |
| Binary | 10101111 | 100010 | 1111110 | 0 | 1010001 | 11100 | 11111 | 101000001 | 1000011 | 101001 |
Color Harmonies of #AF227E
Complementary color
Monochromatic Colors of #AF227E
Black with #AF227E
Text Example
Text Example
White with #AF227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF227E; }
p { color: rgb(175,34,126); }
H1.HeaderClassName
{
color: #AF227E;
}
.AnyTagClassName
{
color: #AF227E;
}
</style>
background-color css
<style>
a { background-color: #AF227E; }
a { background-color: rgb(175,34,126); }
div.DivClassName
{
background-color: #AF227E;
}
.BgClassName
{
background-color: #AF227E;
}
</style>
border-color css
<style>
span { border-color: #AF227E; }
span { border-color: rgb(175,34,126); }
td.TdClassName
{
border-color: #AF227E;
}
.TagClassName
{
border-color: #AF227E;
}
</style>