#AE339B

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

Shades of Medium Red Violet #AE339B

Tints of Medium Red Violet #AE339B

Color information

#AE339B (or 0xAE339B) is unknown color: approx Medium Red Violet. HEX triplet: AE, 33 and 9B. RGB value is (174,51,155). Sum of RGB (Red+Green+Blue) = 174+51+155=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE339B is #51CC64. Grayscale: #636363. Windows color (decimal): -5360741 or 10171310. OLE color: 10171310.

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

Color convert

RGB17451155-
CMYK00.710.110.32
HSL309.27º54.67%44.12%-
HSV(B)309.27º70.69%68.24%-
XYZ24.5613.7332.37-
YUV99.63159.25181.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 51 (20.31% from 255) = 13.42%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=45.79%
G=13.42%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745115500.710.110.32309.2754.6744.12
HexAE339B047B20135372c
Octal25663233010713404656754
Binary1010111011001110011011010001111011100000100110101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE339B; }

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

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

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

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

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

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

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

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