#A40093

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

Shades of Dark Magenta #A40093

Tints of Dark Magenta #A40093

Color information

#A40093 (or 0xA40093) is unknown color: approx Dark Magenta. HEX triplet: A4, 00 and 93. RGB value is (164,0,147). Sum of RGB (Red+Green+Blue) = 164+0+147=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A40093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40093 is #5BFF6C. Grayscale: #414141. Windows color (decimal): -6029165 or 9633956. OLE color: 9633956.

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

Color convert

RGB1640147-
CMYK010.100.36
HSL306.22º100%32.16%-
HSV(B)306.22º100%64.31%-
XYZ20.581028.45-
YUV65.79173.83198.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 47.27%
R=52.73%
G=0%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1640147010.100.36306.2210032.16
HexA4093064A241326420
Octal24402230144124446214440
Binary101001000100100110110010010101001001001100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40093; }

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

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

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

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

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

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

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

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