#AE048A

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

Shades of Medium Violet Red #AE048A

Tints of Medium Violet Red #AE048A

Color information

#AE048A (or 0xAE048A) is unknown color: approx Medium Violet Red. HEX triplet: AE, 04 and 8A. RGB value is (174,4,138). Sum of RGB (Red+Green+Blue) = 174+4+138=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE048A is #51FB75. Grayscale: #454545. Windows color (decimal): -5372790 or 9045166. OLE color: 9045166.

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

Color convert

RGB1744138-
CMYK00.980.210.32
HSL312.71º95.51%34.9%-
HSV(B)312.71º97.7%68.24%-
XYZ22.0910.9224.99-
YUV70.11166.32202.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=55.06%
G=1.27%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174413800.980.210.32312.7195.5134.9
HexAE48A06215201396023
Octal25642120142254047114043
Binary101011101001000101001100010101011000001001110011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE048A; }

 p { color: rgb(174,4,138); }

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

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

 a { background-color: rgb(174,4,138); }

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

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

 span { border-color: rgb(174,4,138); }

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