Html Css Color HEX #A4039E Dark Magenta

📋 copy color: '#A4039E'

red 164 ◦ green 3 ◦ blue 158

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

Shades of Dark Magenta #A4039E

Tints of Dark Magenta #A4039E

RGB

 RED value IS 164 (64.45% from 255) = 50.46%

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

 BLUE value IS 158 (62.11% from 255) = 48.62%

R = 50.46%
G = 0.92%
B = 48.62%

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

#A4039E (or 0xA4039E) is known color: Dark Magenta. HEX triplet: A4, 03 and 9E. RGB value is (164,3,158). Sum of RGB (Red+Green+Blue) = 164+3+158=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4039E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4039E is #5BFC61. Grayscale: #444444. Windows color (decimal): -6028386 or 10355620. OLE color: 10355620.

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

Color convert

RGB 164 3 158 -
CMYK 0 0.98 0.04 0.36
HSL 302.24º 0.96% 0.33% -
HSV(B) 302.24º 0.98% 0.64% -
XYZ 21.51 10.43 33.23 -
YUV 68.81 178.34 195.9 -
System Red Green Blue C M Y K H S L
Decimal 164 3 158 0 0.98 0.04 0.36 302.24 0.96 0.33
Hex A4 3 9E 0 62 4 24 12E 60 21
Octal 244 3 236 0 142 4 44 456 140 41
Binary 10100100 11 10011110 0 1100010 100 100100 100101110 1100000 100001

Color Harmonies of #A4039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4039E

Black with #A4039E

Text Example


Text Example

White with #A4039E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4039E; }

 p { color: rgb(164,3,158); }

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

background-color css

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

 a { background-color: rgb(164,3,158); }

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

border-color css

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

 span { border-color: rgb(164,3,158); }

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