Html Css Color HEX #A4039F Dark Magenta

📋 copy color: '#A4039F'

red 164 ◦ green 3 ◦ blue 159

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

Shades of Dark Magenta #A4039F

Tints of Dark Magenta #A4039F

RGB

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

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

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

R = 50.31%
G = 0.92%
B = 48.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4039F (or 0xA4039F) is known color: Dark Magenta. HEX triplet: A4, 03 and 9F. RGB value is (164,3,159). Sum of RGB (Red+Green+Blue) = 164+3+159=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4039F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4039F is #5BFC60. Grayscale: #444444. Windows color (decimal): -6028385 or 10421156. OLE color: 10421156.

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

Color convert

RGB 164 3 159 -
CMYK 0 0.98 0.03 0.36
HSL 301.86º 0.96% 0.33% -
HSV(B) 301.86º 0.98% 0.64% -
XYZ 21.6 10.46 33.68 -
YUV 68.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 164 3 159 0 0.98 0.03 0.36 301.86 0.96 0.33
Hex A4 3 9F 0 62 3 24 12E 60 21
Octal 244 3 237 0 142 3 44 456 140 41
Binary 10100100 11 10011111 0 1100010 11 100100 100101110 1100000 100001

Color Harmonies of #A4039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4039F

Black with #A4039F

Text Example


Text Example

White with #A4039F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4039F; }

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

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

background-color css

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

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

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

border-color css

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

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

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