Shades of Medium Violet Red #AE1CA2
Tints of Medium Violet Red #AE1CA2
RGB
CMYK
RGB Variations
Color information
#AE1CA2 (or 0xAE1CA2) is known color: Medium Violet Red. HEX triplet: AE, 1C and A2. RGB value is (174,28,162). Sum of RGB (Red+Green+Blue) = 174+28+162=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1CA2 is #51E35D. Grayscale: #565656. Windows color (decimal): -5366622 or 10624174. OLE color: 10624174.
HSL color Cylindrical-coordinate representation of color #AE1CA2: hue angle of 304.93º 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 #AE1CA2 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 28 | 162 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.32 |
| HSL | 304.93º | 0.72% | 0.4% | - |
| HSV(B) | 304.93º | 0.84% | 0.68% | - |
| XYZ | 24.39 | 12.44 | 35.3 | - |
| YUV | 86.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 162 | 0 | 0.84 | 0.07 | 0.32 | 304.93 | 0.72 | 0.4 |
| Hex | AE | 1C | A2 | 0 | 54 | 7 | 20 | 131 | 48 | 28 |
| Octal | 256 | 34 | 242 | 0 | 124 | 7 | 40 | 461 | 110 | 50 |
| Binary | 10101110 | 11100 | 10100010 | 0 | 1010100 | 111 | 100000 | 100110001 | 1001000 | 101000 |
Color Harmonies of #AE1CA2
Complementary color
Monochromatic Colors of #AE1CA2
Black with #AE1CA2
Text Example
Text Example
White with #AE1CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1CA2; }
p { color: rgb(174,28,162); }
H1.HeaderClassName
{
color: #AE1CA2;
}
.AnyTagClassName
{
color: #AE1CA2;
}
</style>
background-color css
<style>
a { background-color: #AE1CA2; }
a { background-color: rgb(174,28,162); }
div.DivClassName
{
background-color: #AE1CA2;
}
.BgClassName
{
background-color: #AE1CA2;
}
</style>
border-color css
<style>
span { border-color: #AE1CA2; }
span { border-color: rgb(174,28,162); }
td.TdClassName
{
border-color: #AE1CA2;
}
.TagClassName
{
border-color: #AE1CA2;
}
</style>