#AE31A2

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

Shades of Medium Red Violet #AE31A2

Tints of Medium Red Violet #AE31A2

Color information

#AE31A2 (or 0xAE31A2) is unknown color: approx Medium Red Violet. HEX triplet: AE, 31 and A2. RGB value is (174,49,162). Sum of RGB (Red+Green+Blue) = 174+49+162=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE31A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE31A2 is #51CE5D. Grayscale: #626262. Windows color (decimal): -5361246 or 10629550. OLE color: 10629550.

HSL color Cylindrical-coordinate representation of color #AE31A2: hue angle of 305.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE31A2 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB17449162-
CMYK00.720.070.32
HSL305.76º56.05%43.73%-
HSV(B)305.76º71.84%68.24%-
XYZ25.0813.835.53-
YUV99.26163.41181.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 49 (19.53% from 255) = 12.73%
BLUE value IS 162 (63.67% from 255) = 42.08%
R=45.19%
G=12.73%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744916200.720.070.32305.7656.0543.73
HexAE31A2048720132382c
Octal2566124201107404627054
Binary101011101100011010001001001000111100000100110010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE31A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE31A2; }

 p { color: rgb(174,49,162); }

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

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

 a { background-color: rgb(174,49,162); }

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

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

 span { border-color: rgb(174,49,162); }

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