#AE09A6

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

Shades of Dark Magenta #AE09A6

Tints of Dark Magenta #AE09A6

Color information

#AE09A6 (or 0xAE09A6) is unknown color: approx Dark Magenta. HEX triplet: AE, 09 and A6. RGB value is (174,9,166). Sum of RGB (Red+Green+Blue) = 174+9+166=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 166 (65.23% from 255 or 47.56% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE09A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE09A6 is #51F659. Grayscale: #4B4B4B. Windows color (decimal): -5371482 or 10881454. OLE color: 10881454.

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

Color convert

RGB1749166-
CMYK00.950.050.32
HSL302.91º90.16%35.88%-
HSV(B)302.91º94.83%68.24%-
XYZ24.4411.9537.09-
YUV76.23178.66197.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 9 (3.91% from 255) = 2.58%
BLUE value IS 166 (65.23% from 255) = 47.56%
R=49.86%
G=2.58%
B=47.56%

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
Decimal174916600.950.050.32302.9190.1635.88
HexAE9A605F52012f5a24
Octal25611246013754045713244
Binary10101110100110100110010111111011000001001011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE09A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE09A6; }

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

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

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

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

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

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

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

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