Shades of Medium Red Violet #AE2BA2
Tints of Medium Red Violet #AE2BA2
RGB
CMYK
RGB Variations
Color information
#AE2BA2 (or 0xAE2BA2) is known color: Medium Red Violet. HEX triplet: AE, 2B and A2. RGB value is (174,43,162). Sum of RGB (Red+Green+Blue) = 174+43+162=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2BA2 is #51D45D. Grayscale: #5F5F5F. Windows color (decimal): -5362782 or 10628014. OLE color: 10628014.
HSL color Cylindrical-coordinate representation of color #AE2BA2: hue angle of 305.5º 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 #AE2BA2 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 43 | 162 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.32 |
| HSL | 305.5º | 0.6% | 0.43% | - |
| HSV(B) | 305.5º | 0.75% | 0.68% | - |
| XYZ | 24.84 | 13.34 | 35.45 | - |
| YUV | 95.74 | 165.4 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 43 | 162 | 0 | 0.75 | 0.07 | 0.32 | 305.5 | 0.6 | 0.43 |
| Hex | AE | 2B | A2 | 0 | 4B | 7 | 20 | 131 | 3C | 2B |
| Octal | 256 | 53 | 242 | 0 | 113 | 7 | 40 | 461 | 74 | 53 |
| Binary | 10101110 | 101011 | 10100010 | 0 | 1001011 | 111 | 100000 | 100110001 | 111100 | 101011 |
Color Harmonies of #AE2BA2
Complementary color
Monochromatic Colors of #AE2BA2
Black with #AE2BA2
Text Example
Text Example
White with #AE2BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2BA2; }
p { color: rgb(174,43,162); }
H1.HeaderClassName
{
color: #AE2BA2;
}
.AnyTagClassName
{
color: #AE2BA2;
}
</style>
background-color css
<style>
a { background-color: #AE2BA2; }
a { background-color: rgb(174,43,162); }
div.DivClassName
{
background-color: #AE2BA2;
}
.BgClassName
{
background-color: #AE2BA2;
}
</style>
border-color css
<style>
span { border-color: #AE2BA2; }
span { border-color: rgb(174,43,162); }
td.TdClassName
{
border-color: #AE2BA2;
}
.TagClassName
{
border-color: #AE2BA2;
}
</style>