Shades of Medium Red Violet #AE26A0
Tints of Medium Red Violet #AE26A0
RGB
CMYK
RGB Variations
Color information
#AE26A0 (or 0xAE26A0) is known color: Medium Red Violet. HEX triplet: AE, 26 and A0. RGB value is (174,38,160). Sum of RGB (Red+Green+Blue) = 174+38+160=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE26A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE26A0 is #51D95F. Grayscale: #5C5C5C. Windows color (decimal): -5364064 or 10495662. OLE color: 10495662.
HSL color Cylindrical-coordinate representation of color #AE26A0: hue angle of 306.18º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE26A0 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 160 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.32 |
| HSL | 306.18º | 0.64% | 0.42% | - |
| HSV(B) | 306.18º | 0.78% | 0.68% | - |
| XYZ | 24.49 | 12.92 | 34.46 | - |
| YUV | 92.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 160 | 0 | 0.78 | 0.08 | 0.32 | 306.18 | 0.64 | 0.42 |
| Hex | AE | 26 | A0 | 0 | 4E | 8 | 20 | 132 | 40 | 2A |
| Octal | 256 | 46 | 240 | 0 | 116 | 10 | 40 | 462 | 100 | 52 |
| Binary | 10101110 | 100110 | 10100000 | 0 | 1001110 | 1000 | 100000 | 100110010 | 1000000 | 101010 |
Color Harmonies of #AE26A0
Complementary color
Monochromatic Colors of #AE26A0
Black with #AE26A0
Text Example
Text Example
White with #AE26A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE26A0; }
p { color: rgb(174,38,160); }
H1.HeaderClassName
{
color: #AE26A0;
}
.AnyTagClassName
{
color: #AE26A0;
}
</style>
background-color css
<style>
a { background-color: #AE26A0; }
a { background-color: rgb(174,38,160); }
div.DivClassName
{
background-color: #AE26A0;
}
.BgClassName
{
background-color: #AE26A0;
}
</style>
border-color css
<style>
span { border-color: #AE26A0; }
span { border-color: rgb(174,38,160); }
td.TdClassName
{
border-color: #AE26A0;
}
.TagClassName
{
border-color: #AE26A0;
}
</style>