Html Css Color HEX #A40591 Dark Magenta

📋 copy color: '#A40591'

red 164 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #A40591

Tints of Dark Magenta #A40591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 52.23%
G = 1.59%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A40591 (or 0xA40591) is known color: Dark Magenta. HEX triplet: A4, 05 and 91. RGB value is (164,5,145). Sum of RGB (Red+Green+Blue) = 164+5+145=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A40591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40591 is #5BFA6E. Grayscale: #444444. Windows color (decimal): -6027887 or 9504164. OLE color: 9504164.

HSL color Cylindrical-coordinate representation of color #A40591: hue angle of 307.17º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A40591 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 145 -
CMYK 0 0.97 0.12 0.36
HSL 307.17º 0.94% 0.33% -
HSV(B) 307.17º 0.97% 0.64% -
XYZ 20.47 10.05 27.65 -
YUV 68.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 164 5 145 0 0.97 0.12 0.36 307.17 0.94 0.33
Hex A4 5 91 0 61 C 24 133 5E 21
Octal 244 5 221 0 141 14 44 463 136 41
Binary 10100100 101 10010001 0 1100001 1100 100100 100110011 1011110 100001

Color Harmonies of #A40591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40591

Black with #A40591

Text Example


Text Example

White with #A40591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40591; }

 p { color: rgb(164,5,145); }

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

background-color css

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

 a { background-color: rgb(164,5,145); }

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

border-color css

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

 span { border-color: rgb(164,5,145); }

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