Shades of Medium Red Violet #AE30A6
Tints of Medium Red Violet #AE30A6
RGB
CMYK
RGB Variations
Color information
#AE30A6 (or 0xAE30A6) is known color: Medium Red Violet. HEX triplet: AE, 30 and A6. RGB value is (174,48,166). Sum of RGB (Red+Green+Blue) = 174+48+166=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE30A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE30A6 is #51CF59. Grayscale: #626262. Windows color (decimal): -5361498 or 10891438. OLE color: 10891438.
HSL color Cylindrical-coordinate representation of color #AE30A6: hue angle of 303.81º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE30A6 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 48 | 166 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.32 |
| HSL | 303.81º | 0.57% | 0.44% | - |
| HSV(B) | 303.81º | 0.72% | 0.68% | - |
| XYZ | 25.4 | 13.87 | 37.41 | - |
| YUV | 99.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 166 | 0 | 0.72 | 0.05 | 0.32 | 303.81 | 0.57 | 0.44 |
| Hex | AE | 30 | A6 | 0 | 48 | 5 | 20 | 130 | 39 | 2C |
| Octal | 256 | 60 | 246 | 0 | 110 | 5 | 40 | 460 | 71 | 54 |
| Binary | 10101110 | 110000 | 10100110 | 0 | 1001000 | 101 | 100000 | 100110000 | 111001 | 101100 |
Color Harmonies of #AE30A6
Complementary color
Monochromatic Colors of #AE30A6
Black with #AE30A6
Text Example
Text Example
White with #AE30A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE30A6; }
p { color: rgb(174,48,166); }
H1.HeaderClassName
{
color: #AE30A6;
}
.AnyTagClassName
{
color: #AE30A6;
}
</style>
background-color css
<style>
a { background-color: #AE30A6; }
a { background-color: rgb(174,48,166); }
div.DivClassName
{
background-color: #AE30A6;
}
.BgClassName
{
background-color: #AE30A6;
}
</style>
border-color css
<style>
span { border-color: #AE30A6; }
span { border-color: rgb(174,48,166); }
td.TdClassName
{
border-color: #AE30A6;
}
.TagClassName
{
border-color: #AE30A6;
}
</style>