#A40593

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

Shades of Dark Magenta #A40593

Tints of Dark Magenta #A40593

Color information

#A40593 (or 0xA40593) is unknown color: approx Dark Magenta. HEX triplet: A4, 05 and 93. RGB value is (164,5,147). Sum of RGB (Red+Green+Blue) = 164+5+147=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A40593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40593 is #5BFA6C. Grayscale: #444444. Windows color (decimal): -6027885 or 9635236. OLE color: 9635236.

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

Color convert

RGB1645147-
CMYK00.970.100.36
HSL306.42º94.08%33.14%-
HSV(B)306.42º96.95%64.31%-
XYZ20.6310.1128.47-
YUV68.73172.18195.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.90%
GREEN value IS 5 (2.34% from 255) = 1.58%
BLUE value IS 147 (57.81% from 255) = 46.52%
R=51.90%
G=1.58%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164514700.970.100.36306.4294.0833.14
HexA4593061A241325e21
Octal24452230141124446213641
Binary10100100101100100110110000110101001001001100101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40593; }

 p { color: rgb(164,5,147); }

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

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

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

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

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

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

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