#A4108A

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

Shades of Dark Magenta #A4108A

Tints of Dark Magenta #A4108A

Color information

#A4108A (or 0xA4108A) is unknown color: approx Dark Magenta. HEX triplet: A4, 10 and 8A. RGB value is (164,16,138). Sum of RGB (Red+Green+Blue) = 164+16+138=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A4108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4108A is #5BEF75. Grayscale: #494949. Windows color (decimal): -6025078 or 9048228. OLE color: 9048228.

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

Color convert

RGB16416138-
CMYK00.900.160.36
HSL310.54º82.22%35.29%-
HSV(B)310.54º90.24%64.31%-
XYZ20.0810.124.94-
YUV74.16164.03192.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 16 (6.64% from 255) = 5.03%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=51.57%
G=5.03%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641613800.900.160.36310.5482.2235.29
HexA4108A05A10241375223
Octal244202120132204446712243
Binary10100100100001000101001011010100001001001001101111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4108A; }

 p { color: rgb(164,16,138); }

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

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

 a { background-color: rgb(164,16,138); }

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

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

 span { border-color: rgb(164,16,138); }

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