Shades of Medium Violet Red #AE1CA4
Tints of Medium Violet Red #AE1CA4
RGB
CMYK
RGB Variations
Color information
#AE1CA4 (or 0xAE1CA4) is known color: Medium Violet Red. HEX triplet: AE, 1C and A4. RGB value is (174,28,164). Sum of RGB (Red+Green+Blue) = 174+28+164=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1CA4 is #51E35B. Grayscale: #565656. Windows color (decimal): -5366620 or 10755246. OLE color: 10755246.
HSL color Cylindrical-coordinate representation of color #AE1CA4: hue angle of 304.11º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1CA4 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 28 | 164 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.32 |
| HSL | 304.11º | 0.72% | 0.4% | - |
| HSV(B) | 304.11º | 0.84% | 0.68% | - |
| XYZ | 24.57 | 12.51 | 36.24 | - |
| YUV | 87.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 164 | 0 | 0.84 | 0.06 | 0.32 | 304.11 | 0.72 | 0.4 |
| Hex | AE | 1C | A4 | 0 | 54 | 6 | 20 | 130 | 48 | 28 |
| Octal | 256 | 34 | 244 | 0 | 124 | 6 | 40 | 460 | 110 | 50 |
| Binary | 10101110 | 11100 | 10100100 | 0 | 1010100 | 110 | 100000 | 100110000 | 1001000 | 101000 |
Color Harmonies of #AE1CA4
Complementary color
Monochromatic Colors of #AE1CA4
Black with #AE1CA4
Text Example
Text Example
White with #AE1CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1CA4; }
p { color: rgb(174,28,164); }
H1.HeaderClassName
{
color: #AE1CA4;
}
.AnyTagClassName
{
color: #AE1CA4;
}
</style>
background-color css
<style>
a { background-color: #AE1CA4; }
a { background-color: rgb(174,28,164); }
div.DivClassName
{
background-color: #AE1CA4;
}
.BgClassName
{
background-color: #AE1CA4;
}
</style>
border-color css
<style>
span { border-color: #AE1CA4; }
span { border-color: rgb(174,28,164); }
td.TdClassName
{
border-color: #AE1CA4;
}
.TagClassName
{
border-color: #AE1CA4;
}
</style>