#AE328B

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

Shades of Medium Red Violet #AE328B

Tints of Medium Red Violet #AE328B

Color information

#AE328B (or 0xAE328B) is unknown color: approx Medium Red Violet. HEX triplet: AE, 32 and 8B. RGB value is (174,50,139). Sum of RGB (Red+Green+Blue) = 174+50+139=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE328B is #51CD74. Grayscale: #606060. Windows color (decimal): -5361013 or 9122478. OLE color: 9122478.

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

Color convert

RGB17450139-
CMYK00.710.200.32
HSL316.94º55.36%43.92%-
HSV(B)316.94º71.26%68.24%-
XYZ23.2613.1425.74-
YUV97.22151.58182.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=47.93%
G=13.77%
B=38.29%

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
Decimal1745013900.710.200.32316.9455.3643.92
HexAE328B047142013d372c
Octal25662213010724404756754
Binary10101110110010100010110100011110100100000100111101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE328B; }

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

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

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

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

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

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

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

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