#AE09A5

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

Shades of Dark Magenta #AE09A5

Tints of Dark Magenta #AE09A5

Color information

#AE09A5 (or 0xAE09A5) is unknown color: approx Dark Magenta. HEX triplet: AE, 09 and A5. RGB value is (174,9,165). Sum of RGB (Red+Green+Blue) = 174+9+165=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE09A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE09A5 is #51F65A. Grayscale: #4B4B4B. Windows color (decimal): -5371483 or 10815918. OLE color: 10815918.

HSL color Cylindrical-coordinate representation of color #AE09A5: hue angle of 303.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE09A5 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB1749165-
CMYK00.950.050.32
HSL303.27º90.16%35.88%-
HSV(B)303.27º94.83%68.24%-
XYZ24.3411.9136.61-
YUV76.12178.16197.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 2.59%
BLUE value IS 165 (64.84% from 255) = 47.41%
R=50%
G=2.59%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174916500.950.050.32303.2790.1635.88
HexAE9A505F52012f5a24
Octal25611245013754045713244
Binary10101110100110100101010111111011000001001011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE09A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE09A5; }

 p { color: rgb(174,9,165); }

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

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

 a { background-color: rgb(174,9,165); }

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

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

 span { border-color: rgb(174,9,165); }

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