Shades of Medium Red Violet #AF227D
Tints of Medium Red Violet #AF227D
RGB
CMYK
RGB Variations
Color information
#AF227D (or 0xAF227D) is known color: Medium Red Violet. HEX triplet: AF, 22 and 7D. RGB value is (175,34,125). Sum of RGB (Red+Green+Blue) = 175+34+125=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF227D is #50DD82. Grayscale: #565656. Windows color (decimal): -5299587 or 8200879. OLE color: 8200879.
HSL color Cylindrical-coordinate representation of color #AF227D: hue angle of 321.28º 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 #AF227D is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 125 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.31 |
| HSL | 321.28º | 0.67% | 0.41% | - |
| HSV(B) | 321.28º | 0.81% | 0.69% | - |
| XYZ | 21.95 | 11.74 | 20.51 | - |
| YUV | 86.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 125 | 0 | 0.81 | 0.29 | 0.31 | 321.28 | 0.67 | 0.41 |
| Hex | AF | 22 | 7D | 0 | 51 | 1D | 1F | 141 | 43 | 29 |
| Octal | 257 | 42 | 175 | 0 | 121 | 35 | 37 | 501 | 103 | 51 |
| Binary | 10101111 | 100010 | 1111101 | 0 | 1010001 | 11101 | 11111 | 101000001 | 1000011 | 101001 |
Color Harmonies of #AF227D
Complementary color
Monochromatic Colors of #AF227D
Black with #AF227D
Text Example
Text Example
White with #AF227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF227D; }
p { color: rgb(175,34,125); }
H1.HeaderClassName
{
color: #AF227D;
}
.AnyTagClassName
{
color: #AF227D;
}
</style>
background-color css
<style>
a { background-color: #AF227D; }
a { background-color: rgb(175,34,125); }
div.DivClassName
{
background-color: #AF227D;
}
.BgClassName
{
background-color: #AF227D;
}
</style>
border-color css
<style>
span { border-color: #AF227D; }
span { border-color: rgb(175,34,125); }
td.TdClassName
{
border-color: #AF227D;
}
.TagClassName
{
border-color: #AF227D;
}
</style>