#AE09A3

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

Shades of Dark Magenta #AE09A3

Tints of Dark Magenta #AE09A3

Color information

#AE09A3 (or 0xAE09A3) is unknown color: approx Dark Magenta. HEX triplet: AE, 09 and A3. RGB value is (174,9,163). Sum of RGB (Red+Green+Blue) = 174+9+163=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE09A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE09A3 is #51F65C. Grayscale: #4B4B4B. Windows color (decimal): -5371485 or 10684846. OLE color: 10684846.

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

Color convert

RGB1749163-
CMYK00.950.060.32
HSL304º90.16%35.88%-
HSV(B)304º94.83%68.24%-
XYZ24.1611.8435.66-
YUV75.89177.16197.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 9 (3.91% from 255) = 2.60%
BLUE value IS 163 (64.06% from 255) = 47.11%
R=50.29%
G=2.60%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174916300.950.060.3230490.1635.88
HexAE9A305F6201305a24
Octal25611243013764046013244
Binary10101110100110100011010111111101000001001100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE09A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE09A3; }

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

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

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

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

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

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

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

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