#AE3071

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

Shades of Medium Red Violet #AE3071

Tints of Medium Red Violet #AE3071

Color information

#AE3071 (or 0xAE3071) is unknown color: approx Medium Red Violet. HEX triplet: AE, 30 and 71. RGB value is (174,48,113). Sum of RGB (Red+Green+Blue) = 174+48+113=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3071 is #51CF8E. Grayscale: #5C5C5C. Windows color (decimal): -5361551 or 7418030. OLE color: 7418030.

HSL color Cylindrical-coordinate representation of color #AE3071: hue angle of 329.05º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE3071 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB17448113-
CMYK00.720.350.32
HSL329.05º56.76%43.53%-
HSV(B)329.05º72.41%68.24%-
XYZ21.4912.316.87-
YUV93.08139.24185.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 48 (19.14% from 255) = 14.33%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=51.94%
G=14.33%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744811300.720.350.32329.0556.7643.53
HexAE30710482320149392c
Octal25660161011043405117154
Binary10101110110000111000101001000100011100000101001001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3071; }

 p { color: rgb(174,48,113); }

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

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

 a { background-color: rgb(174,48,113); }

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

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

 span { border-color: rgb(174,48,113); }

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