Shades of Medium Red Violet #AE2BA6
Tints of Medium Red Violet #AE2BA6
RGB
CMYK
RGB Variations
Color information
#AE2BA6 (or 0xAE2BA6) is known color: Medium Red Violet. HEX triplet: AE, 2B and A6. RGB value is (174,43,166). Sum of RGB (Red+Green+Blue) = 174+43+166=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2BA6 is #51D459. Grayscale: #5F5F5F. Windows color (decimal): -5362778 or 10890158. OLE color: 10890158.
HSL color Cylindrical-coordinate representation of color #AE2BA6: hue angle of 303.66º 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 #AE2BA6 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 43 | 166 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.32 |
| HSL | 303.66º | 0.6% | 0.43% | - |
| HSV(B) | 303.66º | 0.75% | 0.68% | - |
| XYZ | 25.2 | 13.48 | 37.35 | - |
| YUV | 96.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 43 | 166 | 0 | 0.75 | 0.05 | 0.32 | 303.66 | 0.6 | 0.43 |
| Hex | AE | 2B | A6 | 0 | 4B | 5 | 20 | 130 | 3C | 2B |
| Octal | 256 | 53 | 246 | 0 | 113 | 5 | 40 | 460 | 74 | 53 |
| Binary | 10101110 | 101011 | 10100110 | 0 | 1001011 | 101 | 100000 | 100110000 | 111100 | 101011 |
Color Harmonies of #AE2BA6
Complementary color
Monochromatic Colors of #AE2BA6
Black with #AE2BA6
Text Example
Text Example
White with #AE2BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2BA6; }
p { color: rgb(174,43,166); }
H1.HeaderClassName
{
color: #AE2BA6;
}
.AnyTagClassName
{
color: #AE2BA6;
}
</style>
background-color css
<style>
a { background-color: #AE2BA6; }
a { background-color: rgb(174,43,166); }
div.DivClassName
{
background-color: #AE2BA6;
}
.BgClassName
{
background-color: #AE2BA6;
}
</style>
border-color css
<style>
span { border-color: #AE2BA6; }
span { border-color: rgb(174,43,166); }
td.TdClassName
{
border-color: #AE2BA6;
}
.TagClassName
{
border-color: #AE2BA6;
}
</style>