#AE2FA5

Color #AE2FA5 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AE2FA5

Tints of Medium Red Violet #AE2FA5

Color information

#AE2FA5 (or 0xAE2FA5) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2F and A5. RGB value is (174,47,165). Sum of RGB (Red+Green+Blue) = 174+47+165=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2FA5 is #51D05A. Grayscale: #626262. Windows color (decimal): -5361755 or 10825646. OLE color: 10825646.

HSL color Cylindrical-coordinate representation of color #AE2FA5: hue angle of 304.25º 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 #AE2FA5 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB17447165-
CMYK00.730.050.32
HSL304.25º57.47%43.33%-
HSV(B)304.25º72.99%68.24%-
XYZ25.2613.7536.92-
YUV98.42165.58181.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 47 (18.75% from 255) = 12.18%
BLUE value IS 165 (64.84% from 255) = 42.75%
R=45.08%
G=12.18%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744716500.730.050.32304.2557.4743.33
HexAE2FA5049520130392b
Octal2565724501115404607153
Binary101011101011111010010101001001101100000100110000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2FA5; }

 p { color: rgb(174,47,165); }

 H1.HeaderClassName
 {
   color: #AE2FA5;
 }
 .AnyTagClassName
 {
   color: #AE2FA5;
 }
</style>
background-color css

<style>
 a { background-color: #AE2FA5; }

 a { background-color: rgb(174,47,165); }

 div.DivClassName
 {
   background-color: #AE2FA5;
 }
 .BgClassName
 {
   background-color: #AE2FA5;
 }
</style>
border-color css

<style>
 span { border-color: #AE2FA5; }

 span { border-color: rgb(174,47,165); }

 td.TdClassName
 {
   border-color: #AE2FA5;
 }
 .TagClassName
 {
   border-color: #AE2FA5;
 }
</style>