Shades of Medium Red Violet #AE30A8
Tints of Medium Red Violet #AE30A8
RGB
CMYK
RGB Variations
Color information
#AE30A8 (or 0xAE30A8) is known color: Medium Red Violet. HEX triplet: AE, 30 and A8. RGB value is (174,48,168). Sum of RGB (Red+Green+Blue) = 174+48+168=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE30A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE30A8 is #51CF57. Grayscale: #636363. Windows color (decimal): -5361496 or 11022510. OLE color: 11022510.
HSL color Cylindrical-coordinate representation of color #AE30A8: hue angle of 302.86º 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 #AE30A8 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 48 | 168 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.32 |
| HSL | 302.86º | 0.57% | 0.44% | - |
| HSV(B) | 302.86º | 0.72% | 0.68% | - |
| XYZ | 25.58 | 13.94 | 38.39 | - |
| YUV | 99.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 168 | 0 | 0.72 | 0.03 | 0.32 | 302.86 | 0.57 | 0.44 |
| Hex | AE | 30 | A8 | 0 | 48 | 3 | 20 | 12F | 39 | 2C |
| Octal | 256 | 60 | 250 | 0 | 110 | 3 | 40 | 457 | 71 | 54 |
| Binary | 10101110 | 110000 | 10101000 | 0 | 1001000 | 11 | 100000 | 100101111 | 111001 | 101100 |
Color Harmonies of #AE30A8
Complementary color
Monochromatic Colors of #AE30A8
Black with #AE30A8
Text Example
Text Example
White with #AE30A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE30A8; }
p { color: rgb(174,48,168); }
H1.HeaderClassName
{
color: #AE30A8;
}
.AnyTagClassName
{
color: #AE30A8;
}
</style>
background-color css
<style>
a { background-color: #AE30A8; }
a { background-color: rgb(174,48,168); }
div.DivClassName
{
background-color: #AE30A8;
}
.BgClassName
{
background-color: #AE30A8;
}
</style>
border-color css
<style>
span { border-color: #AE30A8; }
span { border-color: rgb(174,48,168); }
td.TdClassName
{
border-color: #AE30A8;
}
.TagClassName
{
border-color: #AE30A8;
}
</style>