Shades of Medium Red Violet #AF227A
Tints of Medium Red Violet #AF227A
RGB
CMYK
RGB Variations
Color information
#AF227A (or 0xAF227A) is known color: Medium Red Violet. HEX triplet: AF, 22 and 7A. RGB value is (175,34,122). Sum of RGB (Red+Green+Blue) = 175+34+122=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF227A is #50DD85. Grayscale: #555555. Windows color (decimal): -5299590 or 8004271. OLE color: 8004271.
HSL color Cylindrical-coordinate representation of color #AF227A: hue angle of 322.55º 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 #AF227A is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 122 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.31 |
| HSL | 322.55º | 0.67% | 0.41% | - |
| HSV(B) | 322.55º | 0.81% | 0.69% | - |
| XYZ | 21.76 | 11.66 | 19.52 | - |
| YUV | 86.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 122 | 0 | 0.81 | 0.30 | 0.31 | 322.55 | 0.67 | 0.41 |
| Hex | AF | 22 | 7A | 0 | 51 | 1E | 1F | 143 | 43 | 29 |
| Octal | 257 | 42 | 172 | 0 | 121 | 36 | 37 | 503 | 103 | 51 |
| Binary | 10101111 | 100010 | 1111010 | 0 | 1010001 | 11110 | 11111 | 101000011 | 1000011 | 101001 |
Color Harmonies of #AF227A
Complementary color
Monochromatic Colors of #AF227A
Black with #AF227A
Text Example
Text Example
White with #AF227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF227A; }
p { color: rgb(175,34,122); }
H1.HeaderClassName
{
color: #AF227A;
}
.AnyTagClassName
{
color: #AF227A;
}
</style>
background-color css
<style>
a { background-color: #AF227A; }
a { background-color: rgb(175,34,122); }
div.DivClassName
{
background-color: #AF227A;
}
.BgClassName
{
background-color: #AF227A;
}
</style>
border-color css
<style>
span { border-color: #AF227A; }
span { border-color: rgb(175,34,122); }
td.TdClassName
{
border-color: #AF227A;
}
.TagClassName
{
border-color: #AF227A;
}
</style>