Html Css Color HEX #A40387 Dark Magenta

📋 copy color: '#A40387'

red 164 ◦ green 3 ◦ blue 135

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

Shades of Dark Magenta #A40387

Tints of Dark Magenta #A40387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 54.3%
G = 0.99%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A40387 (or 0xA40387) is known color: Dark Magenta. HEX triplet: A4, 03 and 87. RGB value is (164,3,135). Sum of RGB (Red+Green+Blue) = 164+3+135=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A40387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40387 is #5BFC78. Grayscale: #414141. Windows color (decimal): -6028409 or 8848292. OLE color: 8848292.

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

Color convert

RGB 164 3 135 -
CMYK 0 0.98 0.18 0.36
HSL 310.81º 0.96% 0.33% -
HSV(B) 310.81º 0.98% 0.64% -
XYZ 19.72 9.71 23.76 -
YUV 66.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 164 3 135 0 0.98 0.18 0.36 310.81 0.96 0.33
Hex A4 3 87 0 62 12 24 137 60 21
Octal 244 3 207 0 142 22 44 467 140 41
Binary 10100100 11 10000111 0 1100010 10010 100100 100110111 1100000 100001

Color Harmonies of #A40387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40387

Black with #A40387

Text Example


Text Example

White with #A40387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40387; }

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

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

background-color css

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

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

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

border-color css

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

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

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