#AE338A

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

Shades of Medium Red Violet #AE338A

Tints of Medium Red Violet #AE338A

Color information

#AE338A (or 0xAE338A) is unknown color: approx Medium Red Violet. HEX triplet: AE, 33 and 8A. RGB value is (174,51,138). Sum of RGB (Red+Green+Blue) = 174+51+138=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE338A is #51CC75. Grayscale: #616161. Windows color (decimal): -5360758 or 9057198. OLE color: 9057198.

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

Color convert

RGB17451138-
CMYK00.710.210.32
HSL317.56º54.67%44.12%-
HSV(B)317.56º70.69%68.24%-
XYZ23.2313.225.37-
YUV97.7150.75182.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=47.93%
G=14.05%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745113800.710.210.32317.5654.6744.12
HexAE338A047152013e372c
Octal25663212010725404766754
Binary10101110110011100010100100011110101100000100111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE338A; }

 p { color: rgb(174,51,138); }

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

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

 a { background-color: rgb(174,51,138); }

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

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

 span { border-color: rgb(174,51,138); }

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