#a4008b

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

Shades of Dark Magenta #A4008B

Tints of Dark Magenta #A4008B

Color information

#A4008B (or 0xA4008B) is unknown color: approx Dark Magenta. HEX triplet: A4, 00 and 8B. RGB value is (164,0,139). Sum of RGB (Red+Green+Blue) = 164+0+139=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A4008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4008B is #5BFF74. Grayscale: #404040. Windows color (decimal): -6029173 or 9109668. OLE color: 9109668.

HSL color Cylindrical-coordinate representation of color #A4008B: hue angle of 309.15º 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 #A4008B is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB1640139-
CMYK010.150.36
HSL309.15º100%32.16%-
HSV(B)309.15º100%64.31%-
XYZ19.979.7625.26-
YUV64.88169.83198.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=54.13%
G=0%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1640139010.150.36309.1510032.16
HexA408B064F241356420
Octal24402130144174446514440
Binary101001000100010110110010011111001001001101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4008b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4008b; }

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

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

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

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

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

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

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

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