#A41289

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

Shades of Dark Magenta #A41289

Tints of Dark Magenta #A41289

Color information

#A41289 (or 0xA41289) is unknown color: approx Dark Magenta. HEX triplet: A4, 12 and 89. RGB value is (164,18,137). Sum of RGB (Red+Green+Blue) = 164+18+137=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A41289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41289 is #5BED76. Grayscale: #4A4A4A. Windows color (decimal): -6024567 or 8983204. OLE color: 8983204.

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

Color convert

RGB16418137-
CMYK00.890.160.36
HSL311.1º80.22%35.69%-
HSV(B)311.1º89.02%64.31%-
XYZ20.0410.1324.57-
YUV75.22162.87191.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.41%
GREEN value IS 18 (7.42% from 255) = 5.64%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=51.41%
G=5.64%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641813700.890.160.36311.180.2235.69
HexA4128905910241375024
Octal244222110131204446712044
Binary10100100100101000100101011001100001001001001101111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41289; }

 p { color: rgb(164,18,137); }

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

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

 a { background-color: rgb(164,18,137); }

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

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

 span { border-color: rgb(164,18,137); }

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