Html Css Color HEX #A4039A Dark Magenta

📋 copy color: '#A4039A'

red 164 ◦ green 3 ◦ blue 154

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

Shades of Dark Magenta #A4039A

Tints of Dark Magenta #A4039A

RGB

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

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

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

R = 51.09%
G = 0.93%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4039A (or 0xA4039A) is known color: Dark Magenta. HEX triplet: A4, 03 and 9A. RGB value is (164,3,154). Sum of RGB (Red+Green+Blue) = 164+3+154=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A4039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4039A is #5BFC65. Grayscale: #434343. Windows color (decimal): -6028390 or 10093476. OLE color: 10093476.

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

Color convert

RGB 164 3 154 -
CMYK 0 0.98 0.06 0.36
HSL 303.73º 0.96% 0.33% -
HSV(B) 303.73º 0.98% 0.64% -
XYZ 21.18 10.29 31.44 -
YUV 68.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 164 3 154 0 0.98 0.06 0.36 303.73 0.96 0.33
Hex A4 3 9A 0 62 6 24 130 60 21
Octal 244 3 232 0 142 6 44 460 140 41
Binary 10100100 11 10011010 0 1100010 110 100100 100110000 1100000 100001

Color Harmonies of #A4039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4039A

Black with #A4039A

Text Example


Text Example

White with #A4039A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4039A; }

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

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

background-color css

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

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

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

border-color css

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

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

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