#AE0099

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

Shades of Dark Magenta #AE0099

Tints of Dark Magenta #AE0099

Color information

#AE0099 (or 0xAE0099) is unknown color: approx Dark Magenta. HEX triplet: AE, 00 and 99. RGB value is (174,0,153). Sum of RGB (Red+Green+Blue) = 174+0+153=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0099 is #51FF66. Grayscale: #454545. Windows color (decimal): -5373799 or 10027182. OLE color: 10027182.

HSL color Cylindrical-coordinate representation of color #AE0099: hue angle of 307.24º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0099 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB1740153-
CMYK010.120.32
HSL307.24º100%34.12%-
HSV(B)307.24º100%68.24%-
XYZ23.2111.331.09-
YUV69.47175.15202.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=53.21%
G=0%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1740153010.120.32307.2410034.12
HexAE099064C201336422
Octal25602310144144046314442
Binary101011100100110010110010011001000001001100111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0099; }

 p { color: rgb(174,0,153); }

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

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

 a { background-color: rgb(174,0,153); }

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

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

 span { border-color: rgb(174,0,153); }

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