Shades of Medium Violet Red #AE0390
Tints of Medium Violet Red #AE0390
RGB
CMYK
RGB Variations
Color information
#AE0390 (or 0xAE0390) is known color: Medium Violet Red. HEX triplet: AE, 03 and 90. RGB value is (174,3,144). Sum of RGB (Red+Green+Blue) = 174+3+144=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0390 is #51FC6F. Grayscale: #454545. Windows color (decimal): -5373040 or 9438126. OLE color: 9438126.
HSL color Cylindrical-coordinate representation of color #AE0390: hue angle of 310.53º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0390 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.32 |
| HSL | 310.53º | 0.97% | 0.35% | - |
| HSV(B) | 310.53º | 0.98% | 0.68% | - |
| XYZ | 22.52 | 11.08 | 27.34 | - |
| YUV | 70.2 | 169.65 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 144 | 0 | 0.98 | 0.17 | 0.32 | 310.53 | 0.97 | 0.35 |
| Hex | AE | 3 | 90 | 0 | 62 | 11 | 20 | 137 | 61 | 23 |
| Octal | 256 | 3 | 220 | 0 | 142 | 21 | 40 | 467 | 141 | 43 |
| Binary | 10101110 | 11 | 10010000 | 0 | 1100010 | 10001 | 100000 | 100110111 | 1100001 | 100011 |
Color Harmonies of #AE0390
Complementary color
Monochromatic Colors of #AE0390
Black with #AE0390
Text Example
Text Example
White with #AE0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0390; }
p { color: rgb(174,3,144); }
H1.HeaderClassName
{
color: #AE0390;
}
.AnyTagClassName
{
color: #AE0390;
}
</style>
background-color css
<style>
a { background-color: #AE0390; }
a { background-color: rgb(174,3,144); }
div.DivClassName
{
background-color: #AE0390;
}
.BgClassName
{
background-color: #AE0390;
}
</style>
border-color css
<style>
span { border-color: #AE0390; }
span { border-color: rgb(174,3,144); }
td.TdClassName
{
border-color: #AE0390;
}
.TagClassName
{
border-color: #AE0390;
}
</style>