Html Css Color HEX #A3049D Dark Magenta

📋 copy color: '#A3049D'

red 163 ◦ green 4 ◦ blue 157

#A3049D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A3049D

Tints of Dark Magenta #A3049D

RGB

 RED value IS 163 (64.06% from 255) = 50.31%

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 50.31%
G = 1.23%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A3049D (or 0xA3049D) is known color: Dark Magenta. HEX triplet: A3, 04 and 9D. RGB value is (163,4,157). Sum of RGB (Red+Green+Blue) = 163+4+157=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3049D is #5CFB62. Grayscale: #444444. Windows color (decimal): -6093667 or 10290339. OLE color: 10290339.

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

Color convert

RGB 163 4 157 -
CMYK 0 0.98 0.04 0.36
HSL 302.26º 0.95% 0.33% -
HSV(B) 302.26º 0.98% 0.64% -
XYZ 21.23 10.31 32.77 -
YUV 68.98 177.68 195.06 -
System Red Green Blue C M Y K H S L
Decimal 163 4 157 0 0.98 0.04 0.36 302.26 0.95 0.33
Hex A3 4 9D 0 62 4 24 12E 5F 21
Octal 243 4 235 0 142 4 44 456 137 41
Binary 10100011 100 10011101 0 1100010 100 100100 100101110 1011111 100001

Color Harmonies of #A3049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3049D

Black with #A3049D

Text Example


Text Example

White with #A3049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3049D; }

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

 H1.HeaderClassName
 {
   color: #A3049D;
 }
 .AnyTagClassName
 {
   color: #A3049D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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