#A40A93

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

Shades of Dark Magenta #A40A93

Tints of Dark Magenta #A40A93

Color information

#A40A93 (or 0xA40A93) is unknown color: approx Dark Magenta. HEX triplet: A4, 0A and 93. RGB value is (164,10,147). Sum of RGB (Red+Green+Blue) = 164+10+147=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40A93 is #5BF56C. Grayscale: #474747. Windows color (decimal): -6026605 or 9636516. OLE color: 9636516.

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

Color convert

RGB16410147-
CMYK00.940.100.36
HSL306.62º88.51%34.12%-
HSV(B)306.62º93.9%64.31%-
XYZ20.6810.2228.49-
YUV71.66170.52193.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 10 (4.30% from 255) = 3.12%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=51.09%
G=3.12%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641014700.940.100.36306.6288.5134.12
HexA4A9305EA241335922
Octal244122230136124446313142
Binary101001001010100100110101111010101001001001100111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40A93; }

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

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

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

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

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

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

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

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