Shades of Medium Red Violet #AF228A
Tints of Medium Red Violet #AF228A
RGB
CMYK
RGB Variations
Color information
#AF228A (or 0xAF228A) is known color: Medium Red Violet. HEX triplet: AF, 22 and 8A. RGB value is (175,34,138). Sum of RGB (Red+Green+Blue) = 175+34+138=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF228A is #50DD75. Grayscale: #575757. Windows color (decimal): -5299574 or 9052847. OLE color: 9052847.
HSL color Cylindrical-coordinate representation of color #AF228A: hue angle of 315.74º 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 #AF228A is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 138 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.31 |
| HSL | 315.74º | 0.67% | 0.41% | - |
| HSV(B) | 315.74º | 0.81% | 0.69% | - |
| XYZ | 22.84 | 12.09 | 25.18 | - |
| YUV | 88.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 138 | 0 | 0.81 | 0.21 | 0.31 | 315.74 | 0.67 | 0.41 |
| Hex | AF | 22 | 8A | 0 | 51 | 15 | 1F | 13C | 43 | 29 |
| Octal | 257 | 42 | 212 | 0 | 121 | 25 | 37 | 474 | 103 | 51 |
| Binary | 10101111 | 100010 | 10001010 | 0 | 1010001 | 10101 | 11111 | 100111100 | 1000011 | 101001 |
Color Harmonies of #AF228A
Complementary color
Monochromatic Colors of #AF228A
Black with #AF228A
Text Example
Text Example
White with #AF228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF228A; }
p { color: rgb(175,34,138); }
H1.HeaderClassName
{
color: #AF228A;
}
.AnyTagClassName
{
color: #AF228A;
}
</style>
background-color css
<style>
a { background-color: #AF228A; }
a { background-color: rgb(175,34,138); }
div.DivClassName
{
background-color: #AF228A;
}
.BgClassName
{
background-color: #AF228A;
}
</style>
border-color css
<style>
span { border-color: #AF228A; }
span { border-color: rgb(175,34,138); }
td.TdClassName
{
border-color: #AF228A;
}
.TagClassName
{
border-color: #AF228A;
}
</style>