#A40A95

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

Shades of Dark Magenta #A40A95

Tints of Dark Magenta #A40A95

Color information

#A40A95 (or 0xA40A95) is unknown color: approx Dark Magenta. HEX triplet: A4, 0A and 95. RGB value is (164,10,149). Sum of RGB (Red+Green+Blue) = 164+10+149=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40A95 is #5BF56A. Grayscale: #474747. Windows color (decimal): -6026603 or 9767588. OLE color: 9767588.

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

Color convert

RGB16410149-
CMYK00.940.090.36
HSL305.84º88.51%34.12%-
HSV(B)305.84º93.9%64.31%-
XYZ20.8410.2829.32-
YUV71.89171.52193.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.77%
GREEN value IS 10 (4.30% from 255) = 3.10%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=50.77%
G=3.10%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641014900.940.090.36305.8488.5134.12
HexA4A9505E9241325922
Octal244122250136114446213142
Binary101001001010100101010101111010011001001001100101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40A95; }

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

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

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

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

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

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

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

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