Html Css Color HEX #A40389 Dark Magenta

📋 copy color: '#A40389'

red 164 ◦ green 3 ◦ blue 137

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

Shades of Dark Magenta #A40389

Tints of Dark Magenta #A40389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 53.95%
G = 0.99%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A40389 (or 0xA40389) is known color: Dark Magenta. HEX triplet: A4, 03 and 89. RGB value is (164,3,137). Sum of RGB (Red+Green+Blue) = 164+3+137=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A40389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40389 is #5BFC76. Grayscale: #424242. Windows color (decimal): -6028407 or 8979364. OLE color: 8979364.

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

Color convert

RGB 164 3 137 -
CMYK 0 0.98 0.16 0.36
HSL 310.06º 0.96% 0.33% -
HSV(B) 310.06º 0.98% 0.64% -
XYZ 19.86 9.76 24.5 -
YUV 66.42 167.84 197.6 -
System Red Green Blue C M Y K H S L
Decimal 164 3 137 0 0.98 0.16 0.36 310.06 0.96 0.33
Hex A4 3 89 0 62 10 24 136 60 21
Octal 244 3 211 0 142 20 44 466 140 41
Binary 10100100 11 10001001 0 1100010 10000 100100 100110110 1100000 100001

Color Harmonies of #A40389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40389

Black with #A40389

Text Example


Text Example

White with #A40389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40389; }

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

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

background-color css

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

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

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

border-color css

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

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

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