#A104A4

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

Shades of Dark Magenta #A104A4

Tints of Dark Magenta #A104A4

Color information

#A104A4 (or 0xA104A4) is unknown color: approx Dark Magenta. HEX triplet: A1, 04 and A4. RGB value is (161,4,164). Sum of RGB (Red+Green+Blue) = 161+4+164=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #A104A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A104A4 is #5EFB5B. Grayscale: #444444. Windows color (decimal): -6224732 or 10749089. OLE color: 10749089.

HSL color Cylindrical-coordinate representation of color #A104A4: hue angle of 298.88º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104A4 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1614164-
CMYK0.020.9800.36
HSL298.88º95.24%32.94%-
HSV(B)298.88º97.56%64.31%-
XYZ21.4410.3435.99-
YUV69.18181.51193.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 164 (64.45% from 255) = 49.85%
R=48.94%
G=1.22%
B=49.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16141640.020.9800.36298.8895.2432.94
HexA14A426202412b5f21
Octal2414244214204445313741
Binary101000011001010010010110001001001001001010111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A104A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A104A4; }

 p { color: rgb(161,4,164); }

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

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

 a { background-color: rgb(161,4,164); }

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

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

 span { border-color: rgb(161,4,164); }

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