Shades of Medium Red Violet #AE2FA2
Tints of Medium Red Violet #AE2FA2
RGB
CMYK
RGB Variations
Color information
#AE2FA2 (or 0xAE2FA2) is known color: Medium Red Violet. HEX triplet: AE, 2F and A2. RGB value is (174,47,162). Sum of RGB (Red+Green+Blue) = 174+47+162=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2FA2 is #51D05D. Grayscale: #616161. Windows color (decimal): -5361758 or 10629038. OLE color: 10629038.
HSL color Cylindrical-coordinate representation of color #AE2FA2: hue angle of 305.67º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE2FA2 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 47 | 162 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.32 |
| HSL | 305.67º | 0.57% | 0.43% | - |
| HSV(B) | 305.67º | 0.73% | 0.68% | - |
| XYZ | 24.99 | 13.64 | 35.5 | - |
| YUV | 98.08 | 164.08 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 47 | 162 | 0 | 0.73 | 0.07 | 0.32 | 305.67 | 0.57 | 0.43 |
| Hex | AE | 2F | A2 | 0 | 49 | 7 | 20 | 132 | 39 | 2B |
| Octal | 256 | 57 | 242 | 0 | 111 | 7 | 40 | 462 | 71 | 53 |
| Binary | 10101110 | 101111 | 10100010 | 0 | 1001001 | 111 | 100000 | 100110010 | 111001 | 101011 |
Color Harmonies of #AE2FA2
Complementary color
Monochromatic Colors of #AE2FA2
Black with #AE2FA2
Text Example
Text Example
White with #AE2FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2FA2; }
p { color: rgb(174,47,162); }
H1.HeaderClassName
{
color: #AE2FA2;
}
.AnyTagClassName
{
color: #AE2FA2;
}
</style>
background-color css
<style>
a { background-color: #AE2FA2; }
a { background-color: rgb(174,47,162); }
div.DivClassName
{
background-color: #AE2FA2;
}
.BgClassName
{
background-color: #AE2FA2;
}
</style>
border-color css
<style>
span { border-color: #AE2FA2; }
span { border-color: rgb(174,47,162); }
td.TdClassName
{
border-color: #AE2FA2;
}
.TagClassName
{
border-color: #AE2FA2;
}
</style>