#A4008F

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

Shades of Dark Magenta #A4008F

Tints of Dark Magenta #A4008F

Color information

#A4008F (or 0xA4008F) is unknown color: approx Dark Magenta. HEX triplet: A4, 00 and 8F. RGB value is (164,0,143). Sum of RGB (Red+Green+Blue) = 164+0+143=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4008F is #5BFF70. Grayscale: #404040. Windows color (decimal): -6029169 or 9371812. OLE color: 9371812.

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

Color convert

RGB1640143-
CMYK010.130.36
HSL307.68º100%32.16%-
HSV(B)307.68º100%64.31%-
XYZ20.279.8826.82-
YUV65.34171.83198.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 46.58%
R=53.42%
G=0%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1640143010.130.36307.6810032.16
HexA408F064D241346420
Octal24402170144154446414440
Binary101001000100011110110010011011001001001101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4008F; }

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

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

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

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

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

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

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

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