Shades of Medium Red Violet #AE32A5
Tints of Medium Red Violet #AE32A5
RGB
CMYK
RGB Variations
Color information
#AE32A5 (or 0xAE32A5) is known color: Medium Red Violet. HEX triplet: AE, 32 and A5. RGB value is (174,50,165). Sum of RGB (Red+Green+Blue) = 174+50+165=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE32A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE32A5 is #51CD5A. Grayscale: #636363. Windows color (decimal): -5360987 or 10826414. OLE color: 10826414.
HSL color Cylindrical-coordinate representation of color #AE32A5: hue angle of 304.35º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE32A5 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 165 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.32 |
| HSL | 304.35º | 0.55% | 0.44% | - |
| HSV(B) | 304.35º | 0.71% | 0.68% | - |
| XYZ | 25.39 | 14 | 36.96 | - |
| YUV | 100.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 165 | 0 | 0.71 | 0.05 | 0.32 | 304.35 | 0.55 | 0.44 |
| Hex | AE | 32 | A5 | 0 | 47 | 5 | 20 | 130 | 37 | 2C |
| Octal | 256 | 62 | 245 | 0 | 107 | 5 | 40 | 460 | 67 | 54 |
| Binary | 10101110 | 110010 | 10100101 | 0 | 1000111 | 101 | 100000 | 100110000 | 110111 | 101100 |
Color Harmonies of #AE32A5
Complementary color
Monochromatic Colors of #AE32A5
Black with #AE32A5
Text Example
Text Example
White with #AE32A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32A5; }
p { color: rgb(174,50,165); }
H1.HeaderClassName
{
color: #AE32A5;
}
.AnyTagClassName
{
color: #AE32A5;
}
</style>
background-color css
<style>
a { background-color: #AE32A5; }
a { background-color: rgb(174,50,165); }
div.DivClassName
{
background-color: #AE32A5;
}
.BgClassName
{
background-color: #AE32A5;
}
</style>
border-color css
<style>
span { border-color: #AE32A5; }
span { border-color: rgb(174,50,165); }
td.TdClassName
{
border-color: #AE32A5;
}
.TagClassName
{
border-color: #AE32A5;
}
</style>