#AE338E

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

Shades of Medium Red Violet #AE338E

Tints of Medium Red Violet #AE338E

Color information

#AE338E (or 0xAE338E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 33 and 8E. RGB value is (174,51,142). Sum of RGB (Red+Green+Blue) = 174+51+142=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE338E is #51CC71. Grayscale: #616161. Windows color (decimal): -5360754 or 9319342. OLE color: 9319342.

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

Color convert

RGB17451142-
CMYK00.710.180.32
HSL315.61º54.67%44.12%-
HSV(B)315.61º70.69%68.24%-
XYZ23.5213.3226.92-
YUV98.15152.75182.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 51 (20.31% from 255) = 13.90%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=47.41%
G=13.90%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745114200.710.180.32315.6154.6744.12
HexAE338E047122013c372c
Octal25663216010722404746754
Binary10101110110011100011100100011110010100000100111100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE338E; }

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

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

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

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

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

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

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

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