#A4018E

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

Shades of Dark Magenta #A4018E

Tints of Dark Magenta #A4018E

Color information

#A4018E (or 0xA4018E) is unknown color: approx Dark Magenta. HEX triplet: A4, 01 and 8E. RGB value is (164,1,142). Sum of RGB (Red+Green+Blue) = 164+1+142=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4018E is #5BFE71. Grayscale: #414141. Windows color (decimal): -6028914 or 9306532. OLE color: 9306532.

HSL color Cylindrical-coordinate representation of color #A4018E: hue angle of 308.1º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4018E is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB1641142-
CMYK00.990.130.36
HSL308.1º98.79%32.35%-
HSV(B)308.1º99.39%64.31%-
XYZ20.29.8726.43-
YUV65.81171198.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.42%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=53.42%
G=0.33%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164114200.990.130.36308.198.7932.35
HexA418E063D241346320
Octal24412160143154446414340
Binary101001001100011100110001111011001001001101001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4018E; }

 p { color: rgb(164,1,142); }

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

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

 a { background-color: rgb(164,1,142); }

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

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

 span { border-color: rgb(164,1,142); }

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