#AE0093

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

Shades of Dark Magenta #AE0093

Tints of Dark Magenta #AE0093

Color information

#AE0093 (or 0xAE0093) is unknown color: approx Dark Magenta. HEX triplet: AE, 00 and 93. RGB value is (174,0,147). Sum of RGB (Red+Green+Blue) = 174+0+147=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0093 is #51FF6C. Grayscale: #444444. Windows color (decimal): -5373805 or 9633966. OLE color: 9633966.

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

Color convert

RGB1740147-
CMYK010.160.32
HSL309.31º100%34.12%-
HSV(B)309.31º100%68.24%-
XYZ22.7211.1128.55-
YUV68.78172.15203.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=54.21%
G=0%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1740147010.160.32309.3110034.12
HexAE09306410201356422
Octal25602230144204046514442
Binary1010111001001001101100100100001000001001101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0093; }

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

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

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

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

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

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

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

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