Html Css Color HEX #A0049A Dark Magenta

📋 copy color: '#A0049A'

red 160 ◦ green 4 ◦ blue 154

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

Shades of Dark Magenta #A0049A

Tints of Dark Magenta #A0049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.43%

R = 50.31%
G = 1.26%
B = 48.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A0049A (or 0xA0049A) is known color: Dark Magenta. HEX triplet: A0, 04 and 9A. RGB value is (160,4,154). Sum of RGB (Red+Green+Blue) = 160+4+154=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0049A is #5FFB65. Grayscale: #434343. Windows color (decimal): -6290278 or 10093728. OLE color: 10093728.

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

Color convert

RGB 160 4 154 -
CMYK 0 0.98 0.04 0.37
HSL 302.31º 0.95% 0.32% -
HSV(B) 302.31º 0.98% 0.63% -
XYZ 20.37 9.89 31.41 -
YUV 67.74 176.68 193.8 -
System Red Green Blue C M Y K H S L
Decimal 160 4 154 0 0.98 0.04 0.37 302.31 0.95 0.32
Hex A0 4 9A 0 62 4 25 12E 5F 20
Octal 240 4 232 0 142 4 45 456 137 40
Binary 10100000 100 10011010 0 1100010 100 100101 100101110 1011111 100000

Color Harmonies of #A0049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0049A

Black with #A0049A

Text Example


Text Example

White with #A0049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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