#A4169D

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

Shades of Dark Magenta #A4169D

Tints of Dark Magenta #A4169D

Color information

#A4169D (or 0xA4169D) is unknown color: approx Dark Magenta. HEX triplet: A4, 16 and 9D. RGB value is (164,22,157). Sum of RGB (Red+Green+Blue) = 164+22+157=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4169D is #5BE962. Grayscale: #4F4F4F. Windows color (decimal): -6023523 or 10294948. OLE color: 10294948.

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

Color convert

RGB16422157-
CMYK00.870.040.36
HSL302.96º76.34%36.47%-
HSV(B)302.96º86.59%64.31%-
XYZ21.6810.932.86-
YUV79.85171.54188.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 22 (8.98% from 255) = 6.41%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=47.81%
G=6.41%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642215700.870.040.36302.9676.3436.47
HexA4169D05742412f4c24
Octal24426235012744445711444
Binary101001001011010011101010101111001001001001011111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4169D; }

 p { color: rgb(164,22,157); }

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

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

 a { background-color: rgb(164,22,157); }

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

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

 span { border-color: rgb(164,22,157); }

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