#A4119B

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

Shades of Dark Magenta #A4119B

Tints of Dark Magenta #A4119B

Color information

#A4119B (or 0xA4119B) is unknown color: approx Dark Magenta. HEX triplet: A4, 11 and 9B. RGB value is (164,17,155). Sum of RGB (Red+Green+Blue) = 164+17+155=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4119B is #5BEE64. Grayscale: #4C4C4C. Windows color (decimal): -6024805 or 10162596. OLE color: 10162596.

HSL color Cylindrical-coordinate representation of color #A4119B: hue angle of 303.67º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4119B is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16417155-
CMYK00.900.050.36
HSL303.67º81.22%35.49%-
HSV(B)303.67º89.63%64.31%-
XYZ21.4310.6631.94-
YUV76.68172.2190.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 17 (7.03% from 255) = 5.06%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=48.81%
G=5.06%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641715500.900.050.36303.6781.2235.49
HexA4119B05A5241305123
Octal24421233013254446012143
Binary101001001000110011011010110101011001001001100001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4119B; }

 p { color: rgb(164,17,155); }

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

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

 a { background-color: rgb(164,17,155); }

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

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

 span { border-color: rgb(164,17,155); }

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