#A400A4

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

Shades of Dark Magenta #A400A4

Tints of Dark Magenta #A400A4

Color information

#A400A4 (or 0xA400A4) is unknown color: approx Dark Magenta. HEX triplet: A4, 00 and A4. RGB value is (164,0,164). Sum of RGB (Red+Green+Blue) = 164+0+164=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A400A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A400A4 is #5BFF5B. Grayscale: #434343. Windows color (decimal): -6029148 or 10748068. OLE color: 10748068.

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

Color convert

RGB1640164-
CMYK0100.36
HSL300º100%32.16%-
HSV(B)300º100%64.31%-
XYZ22.0110.5736-
YUV67.73182.33196.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 164 (64.45% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16401640100.3630010032.16
HexA40A406402412c6420
Octal2440244014404445414440
Binary101001000101001000110010001001001001011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A400A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A400A4; }

 p { color: rgb(164,0,164); }

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

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

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

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

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

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

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