Html Css Color HEX #A40E8C Dark Magenta

📋 copy color: '#A40E8C'

red 164 ◦ green 14 ◦ blue 140

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

Shades of Dark Magenta #A40E8C

Tints of Dark Magenta #A40E8C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.4%

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 51.57%
G = 4.4%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A40E8C (or 0xA40E8C) is known color: Dark Magenta. HEX triplet: A4, 0E and 8C. RGB value is (164,14,140). Sum of RGB (Red+Green+Blue) = 164+14+140=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40E8C is #5BF173. Grayscale: #484848. Windows color (decimal): -6025588 or 9178788. OLE color: 9178788.

HSL color Cylindrical-coordinate representation of color #A40E8C: hue angle of 309.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40E8C is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 14 140 -
CMYK 0 0.91 0.15 0.36
HSL 309.6º 0.84% 0.35% -
HSV(B) 309.6º 0.91% 0.64% -
XYZ 20.2 10.1 25.7 -
YUV 73.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 164 14 140 0 0.91 0.15 0.36 309.6 0.84 0.35
Hex A4 E 8C 0 5B F 24 136 54 23
Octal 244 16 214 0 133 17 44 466 124 43
Binary 10100100 1110 10001100 0 1011011 1111 100100 100110110 1010100 100011

Color Harmonies of #A40E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E8C

Black with #A40E8C

Text Example


Text Example

White with #A40E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E8C; }

 p { color: rgb(164,14,140); }

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

background-color css

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

 a { background-color: rgb(164,14,140); }

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

border-color css

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

 span { border-color: rgb(164,14,140); }

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