Html Css Color HEX #A0049D Dark Magenta

📋 copy color: '#A0049D'

red 160 ◦ green 4 ◦ blue 157

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

Shades of Dark Magenta #A0049D

Tints of Dark Magenta #A0049D

RGB

 RED value IS 160 (62.89% from 255) = 49.84%

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

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

R = 49.84%
G = 1.25%
B = 48.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0049D (or 0xA0049D) is known color: Dark Magenta. HEX triplet: A0, 04 and 9D. RGB value is (160,4,157). Sum of RGB (Red+Green+Blue) = 160+4+157=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0049D is #5FFB62. Grayscale: #434343. Windows color (decimal): -6290275 or 10290336. OLE color: 10290336.

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

Color convert

RGB 160 4 157 -
CMYK 0 0.98 0.02 0.37
HSL 301.15º 0.95% 0.32% -
HSV(B) 301.15º 0.98% 0.63% -
XYZ 20.63 9.99 32.74 -
YUV 68.09 178.18 193.56 -
System Red Green Blue C M Y K H S L
Decimal 160 4 157 0 0.98 0.02 0.37 301.15 0.95 0.32
Hex A0 4 9D 0 62 2 25 12D 5F 20
Octal 240 4 235 0 142 2 45 455 137 40
Binary 10100000 100 10011101 0 1100010 10 100101 100101101 1011111 100000

Color Harmonies of #A0049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0049D

Black with #A0049D

Text Example


Text Example

White with #A0049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0049D; }

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

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

background-color css

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

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

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

border-color css

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

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

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