#AE328C

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

Shades of Medium Red Violet #AE328C

Tints of Medium Red Violet #AE328C

Color information

#AE328C (or 0xAE328C) is unknown color: approx Medium Red Violet. HEX triplet: AE, 32 and 8C. RGB value is (174,50,140). Sum of RGB (Red+Green+Blue) = 174+50+140=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE328C is #51CD73. Grayscale: #616161. Windows color (decimal): -5361012 or 9188014. OLE color: 9188014.

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

Color convert

RGB17450140-
CMYK00.710.200.32
HSL316.45º55.36%43.92%-
HSV(B)316.45º71.26%68.24%-
XYZ23.3313.1726.12-
YUV97.34152.08182.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 50 (19.92% from 255) = 13.74%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=47.80%
G=13.74%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745014000.710.200.32316.4555.3643.92
HexAE328C047142013c372c
Octal25662214010724404746754
Binary10101110110010100011000100011110100100000100111100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE328C; }

 p { color: rgb(174,50,140); }

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

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

 a { background-color: rgb(174,50,140); }

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

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

 span { border-color: rgb(174,50,140); }

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