#AE039E

Color #AE039E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AE039E

Tints of Dark Magenta #AE039E

Color information

#AE039E (or 0xAE039E) is unknown color: approx Dark Magenta. HEX triplet: AE, 03 and 9E. RGB value is (174,3,158). Sum of RGB (Red+Green+Blue) = 174+3+158=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE039E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE039E is #51FC61. Grayscale: #474747. Windows color (decimal): -5373026 or 10355630. OLE color: 10355630.

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

Color convert

RGB1743158-
CMYK00.980.090.32
HSL305.61º96.61%34.71%-
HSV(B)305.61º98.28%68.24%-
XYZ23.6611.5333.33-
YUV71.8176.65200.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=51.94%
G=0.90%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174315800.980.090.32305.6196.6134.71
HexAE39E0629201326123
Octal25632360142114046214143
Binary1010111011100111100110001010011000001001100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE039E; }

 p { color: rgb(174,3,158); }

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

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

 a { background-color: rgb(174,3,158); }

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

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

 span { border-color: rgb(174,3,158); }

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