Shades of Medium Violet Red #AE1A9D
Tints of Medium Violet Red #AE1A9D
RGB
CMYK
RGB Variations
Color information
#AE1A9D (or 0xAE1A9D) is known color: Medium Violet Red. HEX triplet: AE, 1A and 9D. RGB value is (174,26,157). Sum of RGB (Red+Green+Blue) = 174+26+157=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A9D is #51E562. Grayscale: #545454. Windows color (decimal): -5367139 or 10295982. OLE color: 10295982.
HSL color Cylindrical-coordinate representation of color #AE1A9D: hue angle of 306.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A9D is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 157 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.32 |
| HSL | 306.89º | 0.74% | 0.39% | - |
| HSV(B) | 306.89º | 0.85% | 0.68% | - |
| XYZ | 23.91 | 12.17 | 32.99 | - |
| YUV | 85.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 157 | 0 | 0.85 | 0.10 | 0.32 | 306.89 | 0.74 | 0.39 |
| Hex | AE | 1A | 9D | 0 | 55 | A | 20 | 133 | 4A | 27 |
| Octal | 256 | 32 | 235 | 0 | 125 | 12 | 40 | 463 | 112 | 47 |
| Binary | 10101110 | 11010 | 10011101 | 0 | 1010101 | 1010 | 100000 | 100110011 | 1001010 | 100111 |
Color Harmonies of #AE1A9D
Complementary color
Monochromatic Colors of #AE1A9D
Black with #AE1A9D
Text Example
Text Example
White with #AE1A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A9D; }
p { color: rgb(174,26,157); }
H1.HeaderClassName
{
color: #AE1A9D;
}
.AnyTagClassName
{
color: #AE1A9D;
}
</style>
background-color css
<style>
a { background-color: #AE1A9D; }
a { background-color: rgb(174,26,157); }
div.DivClassName
{
background-color: #AE1A9D;
}
.BgClassName
{
background-color: #AE1A9D;
}
</style>
border-color css
<style>
span { border-color: #AE1A9D; }
span { border-color: rgb(174,26,157); }
td.TdClassName
{
border-color: #AE1A9D;
}
.TagClassName
{
border-color: #AE1A9D;
}
</style>