#A3049A

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

Shades of Dark Magenta #A3049A

Tints of Dark Magenta #A3049A

Color information

#A3049A (or 0xA3049A) is unknown color: approx Dark Magenta. HEX triplet: A3, 04 and 9A. RGB value is (163,4,154). Sum of RGB (Red+Green+Blue) = 163+4+154=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3049A is #5CFB65. Grayscale: #444444. Windows color (decimal): -6093670 or 10093731. OLE color: 10093731.

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

Color convert

RGB1634154-
CMYK00.980.060.36
HSL303.4º95.21%32.75%-
HSV(B)303.4º97.55%63.92%-
XYZ20.9810.2131.44-
YUV68.64176.18195.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 4 (1.95% from 255) = 1.25%
BLUE value IS 154 (60.55% from 255) = 47.98%
R=50.78%
G=1.25%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163415400.980.060.36303.495.2132.75
HexA349A06262412f5f21
Octal2434232014264445713741
Binary1010001110010011010011000101101001001001011111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3049A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3049A; }

 p { color: rgb(163,4,154); }

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

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

 a { background-color: rgb(163,4,154); }

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

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

 span { border-color: rgb(163,4,154); }

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