#AE048B

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

Shades of Medium Violet Red #AE048B

Tints of Medium Violet Red #AE048B

Color information

#AE048B (or 0xAE048B) is unknown color: approx Medium Violet Red. HEX triplet: AE, 04 and 8B. RGB value is (174,4,139). Sum of RGB (Red+Green+Blue) = 174+4+139=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE048B is #51FB74. Grayscale: #454545. Windows color (decimal): -5372789 or 9110702. OLE color: 9110702.

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

Color convert

RGB1744139-
CMYK00.980.200.32
HSL312.35º95.51%34.9%-
HSV(B)312.35º97.7%68.24%-
XYZ22.1610.9525.37-
YUV70.22166.82202.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 4 (1.95% from 255) = 1.26%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=54.89%
G=1.26%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174413900.980.200.32312.3595.5134.9
HexAE48B06214201386023
Octal25642130142244047014043
Binary101011101001000101101100010101001000001001110001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE048B; }

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

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

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

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

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

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

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

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