#AE039A

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

Shades of Dark Magenta #AE039A

Tints of Dark Magenta #AE039A

Color information

#AE039A (or 0xAE039A) is unknown color: approx Dark Magenta. HEX triplet: AE, 03 and 9A. RGB value is (174,3,154). Sum of RGB (Red+Green+Blue) = 174+3+154=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE039A is #51FC65. Grayscale: #464646. Windows color (decimal): -5373030 or 10093486. OLE color: 10093486.

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

Color convert

RGB1743154-
CMYK00.980.110.32
HSL307.02º96.61%34.71%-
HSV(B)307.02º98.28%68.24%-
XYZ23.3211.431.54-
YUV71.34174.65201.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=52.57%
G=0.91%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174315400.980.110.32307.0296.6134.71
HexAE39A062B201336123
Octal25632320142134046314143
Binary1010111011100110100110001010111000001001100111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE039A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE039A; }

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

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

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

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

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

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

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

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