#A409AE

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

Shades of Dark Magenta #A409AE

Tints of Dark Magenta #A409AE

Color information

#A409AE (or 0xA409AE) is unknown color: approx Dark Magenta. HEX triplet: A4, 09 and AE. RGB value is (164,9,174). Sum of RGB (Red+Green+Blue) = 164+9+174=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #A409AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A409AE is #5BF651. Grayscale: #494949. Windows color (decimal): -6026834 or 11405732. OLE color: 11405732.

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

Color convert

RGB1649174-
CMYK0.060.9500.32
HSL296.36º90.16%35.88%-
HSV(B)296.36º94.83%68.24%-
XYZ23.0511.1440.98-
YUV74.16184.35192.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 9 (3.91% from 255) = 2.59%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=47.26%
G=2.59%
B=50.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16491740.060.9500.32296.3690.1635.88
HexA49AE65F0201285a24
Octal24411256613704045013244
Binary10100100100110101110110101111101000001001010001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A409AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A409AE; }

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

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

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

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

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

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

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

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