#AE3072

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

Shades of Medium Red Violet #AE3072

Tints of Medium Red Violet #AE3072

Color information

#AE3072 (or 0xAE3072) is unknown color: approx Medium Red Violet. HEX triplet: AE, 30 and 72. RGB value is (174,48,114). Sum of RGB (Red+Green+Blue) = 174+48+114=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3072 is #51CF8D. Grayscale: #5D5D5D. Windows color (decimal): -5361550 or 7483566. OLE color: 7483566.

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

Color convert

RGB17448114-
CMYK00.720.340.32
HSL328.57º56.76%43.53%-
HSV(B)328.57º72.41%68.24%-
XYZ21.5512.3317.16-
YUV93.2139.74185.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.79%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=51.79%
G=14.29%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744811400.720.340.32328.5756.7643.53
HexAE30720482220149392c
Octal25660162011042405117154
Binary10101110110000111001001001000100010100000101001001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3072; }

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

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

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

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

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

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

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

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