#A4119A

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

Shades of Dark Magenta #A4119A

Tints of Dark Magenta #A4119A

Color information

#A4119A (or 0xA4119A) is unknown color: approx Dark Magenta. HEX triplet: A4, 11 and 9A. RGB value is (164,17,154). Sum of RGB (Red+Green+Blue) = 164+17+154=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A4119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4119A is #5BEE65. Grayscale: #4C4C4C. Windows color (decimal): -6024806 or 10097060. OLE color: 10097060.

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

Color convert

RGB16417154-
CMYK00.900.060.36
HSL304.08º81.22%35.49%-
HSV(B)304.08º89.63%64.31%-
XYZ21.3410.6331.5-
YUV76.57171.7190.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 17 (7.03% from 255) = 5.07%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=48.96%
G=5.07%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641715400.900.060.36304.0881.2235.49
HexA4119A05A6241305123
Octal24421232013264446012143
Binary101001001000110011010010110101101001001001100001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4119A; }

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

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

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

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

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

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

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

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