#A416A0

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

Shades of Dark Magenta #A416A0

Tints of Dark Magenta #A416A0

Color information

#A416A0 (or 0xA416A0) is unknown color: approx Dark Magenta. HEX triplet: A4, 16 and A0. RGB value is (164,22,160). Sum of RGB (Red+Green+Blue) = 164+22+160=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A416A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A416A0 is #5BE95F. Grayscale: #4F4F4F. Windows color (decimal): -6023520 or 10491556. OLE color: 10491556.

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

Color convert

RGB16422160-
CMYK00.870.020.36
HSL301.69º76.34%36.47%-
HSV(B)301.69º86.59%64.31%-
XYZ21.941134.23-
YUV80.19173.04187.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 22 (8.98% from 255) = 6.36%
BLUE value IS 160 (62.89% from 255) = 46.24%
R=47.40%
G=6.36%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642216000.870.020.36301.6976.3436.47
HexA416A005722412e4c24
Octal24426240012724445611444
Binary10100100101101010000001010111101001001001011101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A416A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A416A0; }

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

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

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

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

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

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

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

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