#AE3399

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

Shades of Medium Red Violet #AE3399

Tints of Medium Red Violet #AE3399

Color information

#AE3399 (or 0xAE3399) is unknown color: approx Medium Red Violet. HEX triplet: AE, 33 and 99. RGB value is (174,51,153). Sum of RGB (Red+Green+Blue) = 174+51+153=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3399 is #51CC66. Grayscale: #636363. Windows color (decimal): -5360743 or 10040238. OLE color: 10040238.

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

Color convert

RGB17451153-
CMYK00.710.120.32
HSL310.24º54.67%44.12%-
HSV(B)310.24º70.69%68.24%-
XYZ24.3913.6731.49-
YUV99.4158.25181.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=46.03%
G=13.49%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745115300.710.120.32310.2454.6744.12
HexAE3399047C20136372c
Octal25663231010714404666754
Binary1010111011001110011001010001111100100000100110110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3399; }

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

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

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

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

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

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

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

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