#A409AA

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

Shades of Dark Magenta #A409AA

Tints of Dark Magenta #A409AA

Color information

#A409AA (or 0xA409AA) is unknown color: approx Dark Magenta. HEX triplet: A4, 09 and AA. RGB value is (164,9,170). Sum of RGB (Red+Green+Blue) = 164+9+170=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #A409AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A409AA is #5BF655. Grayscale: #494949. Windows color (decimal): -6026838 or 11143588. OLE color: 11143588.

HSL color Cylindrical-coordinate representation of color #A409AA: hue angle of 297.76º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A409AA is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1649170-
CMYK0.040.9500.33
HSL297.76º89.94%35.1%-
HSV(B)297.76º94.71%66.67%-
XYZ22.6610.9938.96-
YUV73.7182.35192.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 9 (3.91% from 255) = 2.62%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=47.81%
G=2.62%
B=49.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16491700.040.9500.33297.7689.9435.1
HexA49AA45F02112a5a23
Octal24411252413704145213243
Binary10100100100110101010100101111101000011001010101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A409AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A409AA; }

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

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

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

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

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

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

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

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