#A40090

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

Shades of Dark Magenta #A40090

Tints of Dark Magenta #A40090

Color information

#A40090 (or 0xA40090) is unknown color: approx Dark Magenta. HEX triplet: A4, 00 and 90. RGB value is (164,0,144). Sum of RGB (Red+Green+Blue) = 164+0+144=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A40090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40090 is #5BFF6F. Grayscale: #414141. Windows color (decimal): -6029168 or 9437348. OLE color: 9437348.

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

Color convert

RGB1640144-
CMYK010.120.36
HSL307.32º100%32.16%-
HSV(B)307.32º100%64.31%-
XYZ20.349.9127.23-
YUV65.45172.33198.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=53.25%
G=0%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1640144010.120.36307.3210032.16
HexA4090064C241336420
Octal24402200144144446314440
Binary101001000100100000110010011001001001001100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40090; }

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

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

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

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

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

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

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

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