Shades of Medium Red Violet #AE32A6
Tints of Medium Red Violet #AE32A6
RGB
CMYK
RGB Variations
Color information
#AE32A6 (or 0xAE32A6) is known color: Medium Red Violet. HEX triplet: AE, 32 and A6. RGB value is (174,50,166). Sum of RGB (Red+Green+Blue) = 174+50+166=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE32A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE32A6 is #51CD59. Grayscale: #636363. Windows color (decimal): -5360986 or 10891950. OLE color: 10891950.
HSL color Cylindrical-coordinate representation of color #AE32A6: hue angle of 303.87º 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 #AE32A6 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 166 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.32 |
| HSL | 303.87º | 0.55% | 0.44% | - |
| HSV(B) | 303.87º | 0.71% | 0.68% | - |
| XYZ | 25.48 | 14.03 | 37.44 | - |
| YUV | 100.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 166 | 0 | 0.71 | 0.05 | 0.32 | 303.87 | 0.55 | 0.44 |
| Hex | AE | 32 | A6 | 0 | 47 | 5 | 20 | 130 | 37 | 2C |
| Octal | 256 | 62 | 246 | 0 | 107 | 5 | 40 | 460 | 67 | 54 |
| Binary | 10101110 | 110010 | 10100110 | 0 | 1000111 | 101 | 100000 | 100110000 | 110111 | 101100 |
Color Harmonies of #AE32A6
Complementary color
Monochromatic Colors of #AE32A6
Black with #AE32A6
Text Example
Text Example
White with #AE32A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32A6; }
p { color: rgb(174,50,166); }
H1.HeaderClassName
{
color: #AE32A6;
}
.AnyTagClassName
{
color: #AE32A6;
}
</style>
background-color css
<style>
a { background-color: #AE32A6; }
a { background-color: rgb(174,50,166); }
div.DivClassName
{
background-color: #AE32A6;
}
.BgClassName
{
background-color: #AE32A6;
}
</style>
border-color css
<style>
span { border-color: #AE32A6; }
span { border-color: rgb(174,50,166); }
td.TdClassName
{
border-color: #AE32A6;
}
.TagClassName
{
border-color: #AE32A6;
}
</style>