Html Css Color HEX #A0049F Dark Magenta

📋 copy color: '#A0049F'

red 160 ◦ green 4 ◦ blue 159

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

Shades of Dark Magenta #A0049F

Tints of Dark Magenta #A0049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.23%

R = 49.54%
G = 1.24%
B = 49.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0049F (or 0xA0049F) is known color: Dark Magenta. HEX triplet: A0, 04 and 9F. RGB value is (160,4,159). Sum of RGB (Red+Green+Blue) = 160+4+159=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0049F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0049F is #5FFB60. Grayscale: #434343. Windows color (decimal): -6290273 or 10421408. OLE color: 10421408.

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

Color convert

RGB 160 4 159 -
CMYK 0 0.98 0.01 0.37
HSL 300.38º 0.95% 0.32% -
HSV(B) 300.38º 0.98% 0.63% -
XYZ 20.8 10.06 33.65 -
YUV 68.31 179.18 193.4 -
System Red Green Blue C M Y K H S L
Decimal 160 4 159 0 0.98 0.01 0.37 300.38 0.95 0.32
Hex A0 4 9F 0 62 1 25 12C 5F 20
Octal 240 4 237 0 142 1 45 454 137 40
Binary 10100000 100 10011111 0 1100010 1 100101 100101100 1011111 100000

Color Harmonies of #A0049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0049F

Black with #A0049F

Text Example


Text Example

White with #A0049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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