Shades of Medium Red Violet #AE22A4
Tints of Medium Red Violet #AE22A4
RGB
CMYK
RGB Variations
Color information
#AE22A4 (or 0xAE22A4) is known color: Medium Red Violet. HEX triplet: AE, 22 and A4. RGB value is (174,34,164). Sum of RGB (Red+Green+Blue) = 174+34+164=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE22A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE22A4 is #51DD5B. Grayscale: #5A5A5A. Windows color (decimal): -5365084 or 10756782. OLE color: 10756782.
HSL color Cylindrical-coordinate representation of color #AE22A4: hue angle of 304.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE22A4 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 164 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.32 |
| HSL | 304.29º | 0.67% | 0.41% | - |
| HSV(B) | 304.29º | 0.8% | 0.68% | - |
| XYZ | 24.73 | 12.82 | 36.29 | - |
| YUV | 90.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 164 | 0 | 0.80 | 0.06 | 0.32 | 304.29 | 0.67 | 0.41 |
| Hex | AE | 22 | A4 | 0 | 50 | 6 | 20 | 130 | 43 | 29 |
| Octal | 256 | 42 | 244 | 0 | 120 | 6 | 40 | 460 | 103 | 51 |
| Binary | 10101110 | 100010 | 10100100 | 0 | 1010000 | 110 | 100000 | 100110000 | 1000011 | 101001 |
Color Harmonies of #AE22A4
Complementary color
Monochromatic Colors of #AE22A4
Black with #AE22A4
Text Example
Text Example
White with #AE22A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE22A4; }
p { color: rgb(174,34,164); }
H1.HeaderClassName
{
color: #AE22A4;
}
.AnyTagClassName
{
color: #AE22A4;
}
</style>
background-color css
<style>
a { background-color: #AE22A4; }
a { background-color: rgb(174,34,164); }
div.DivClassName
{
background-color: #AE22A4;
}
.BgClassName
{
background-color: #AE22A4;
}
</style>
border-color css
<style>
span { border-color: #AE22A4; }
span { border-color: rgb(174,34,164); }
td.TdClassName
{
border-color: #AE22A4;
}
.TagClassName
{
border-color: #AE22A4;
}
</style>