#A4038D

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

Shades of Dark Magenta #A4038D

Tints of Dark Magenta #A4038D

Color information

#A4038D (or 0xA4038D) is unknown color: approx Dark Magenta. HEX triplet: A4, 03 and 8D. RGB value is (164,3,141). Sum of RGB (Red+Green+Blue) = 164+3+141=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4038D is #5BFC72. Grayscale: #424242. Windows color (decimal): -6028403 or 9241508. OLE color: 9241508.

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

Color convert

RGB1643141-
CMYK00.980.140.36
HSL308.57º96.41%32.75%-
HSV(B)308.57º98.17%64.31%-
XYZ20.159.8826.04-
YUV66.87169.84197.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=53.25%
G=0.97%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164314100.980.140.36308.5796.4132.75
HexA438D062E241356021
Octal24432150142164446514041
Binary1010010011100011010110001011101001001001101011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4038D; }

 p { color: rgb(164,3,141); }

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

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

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

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

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

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

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