Html Css Color HEX #A0039A Dark Magenta

📋 copy color: '#A0039A'

red 160 ◦ green 3 ◦ blue 154

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

Shades of Dark Magenta #A0039A

Tints of Dark Magenta #A0039A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 50.47%
G = 0.95%
B = 48.58%

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

#A0039A (or 0xA0039A) is known color: Dark Magenta. HEX triplet: A0, 03 and 9A. RGB value is (160,3,154). Sum of RGB (Red+Green+Blue) = 160+3+154=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0039A is #5FFC65. Grayscale: #424242. Windows color (decimal): -6290534 or 10093472. OLE color: 10093472.

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

Color convert

RGB 160 3 154 -
CMYK 0 0.98 0.04 0.37
HSL 302.29º 0.96% 0.32% -
HSV(B) 302.29º 0.98% 0.63% -
XYZ 20.36 9.87 31.4 -
YUV 67.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 160 3 154 0 0.98 0.04 0.37 302.29 0.96 0.32
Hex A0 3 9A 0 62 4 25 12E 60 20
Octal 240 3 232 0 142 4 45 456 140 40
Binary 10100000 11 10011010 0 1100010 100 100101 100101110 1100000 100000

Color Harmonies of #A0039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0039A

Black with #A0039A

Text Example


Text Example

White with #A0039A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0039A; }

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

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

background-color css

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

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

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

border-color css

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

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

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