Shades of Medium Red Violet #AE2BA5
Tints of Medium Red Violet #AE2BA5
RGB
CMYK
RGB Variations
Color information
#AE2BA5 (or 0xAE2BA5) is known color: Medium Red Violet. HEX triplet: AE, 2B and A5. RGB value is (174,43,165). Sum of RGB (Red+Green+Blue) = 174+43+165=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2BA5 is #51D45A. Grayscale: #5F5F5F. Windows color (decimal): -5362779 or 10824622. OLE color: 10824622.
HSL color Cylindrical-coordinate representation of color #AE2BA5: hue angle of 304.12º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2BA5 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 43 | 165 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.32 |
| HSL | 304.12º | 0.6% | 0.43% | - |
| HSV(B) | 304.12º | 0.75% | 0.68% | - |
| XYZ | 25.11 | 13.44 | 36.87 | - |
| YUV | 96.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 43 | 165 | 0 | 0.75 | 0.05 | 0.32 | 304.12 | 0.6 | 0.43 |
| Hex | AE | 2B | A5 | 0 | 4B | 5 | 20 | 130 | 3C | 2B |
| Octal | 256 | 53 | 245 | 0 | 113 | 5 | 40 | 460 | 74 | 53 |
| Binary | 10101110 | 101011 | 10100101 | 0 | 1001011 | 101 | 100000 | 100110000 | 111100 | 101011 |
Color Harmonies of #AE2BA5
Complementary color
Monochromatic Colors of #AE2BA5
Black with #AE2BA5
Text Example
Text Example
White with #AE2BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2BA5; }
p { color: rgb(174,43,165); }
H1.HeaderClassName
{
color: #AE2BA5;
}
.AnyTagClassName
{
color: #AE2BA5;
}
</style>
background-color css
<style>
a { background-color: #AE2BA5; }
a { background-color: rgb(174,43,165); }
div.DivClassName
{
background-color: #AE2BA5;
}
.BgClassName
{
background-color: #AE2BA5;
}
</style>
border-color css
<style>
span { border-color: #AE2BA5; }
span { border-color: rgb(174,43,165); }
td.TdClassName
{
border-color: #AE2BA5;
}
.TagClassName
{
border-color: #AE2BA5;
}
</style>