Html Css Color HEX #A40E9C Dark Magenta

📋 copy color: '#A40E9C'

red 164 ◦ green 14 ◦ blue 156

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

Shades of Dark Magenta #A40E9C

Tints of Dark Magenta #A40E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 49.1%
G = 4.19%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A40E9C (or 0xA40E9C) is known color: Dark Magenta. HEX triplet: A4, 0E and 9C. RGB value is (164,14,156). Sum of RGB (Red+Green+Blue) = 164+14+156=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40E9C is #5BF163. Grayscale: #4A4A4A. Windows color (decimal): -6025572 or 10227364. OLE color: 10227364.

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

Color convert

RGB 164 14 156 -
CMYK 0 0.91 0.05 0.36
HSL 303.2º 0.84% 0.35% -
HSV(B) 303.2º 0.91% 0.64% -
XYZ 21.47 10.61 32.37 -
YUV 75.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 164 14 156 0 0.91 0.05 0.36 303.2 0.84 0.35
Hex A4 E 9C 0 5B 5 24 12F 54 23
Octal 244 16 234 0 133 5 44 457 124 43
Binary 10100100 1110 10011100 0 1011011 101 100100 100101111 1010100 100011

Color Harmonies of #A40E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E9C

Black with #A40E9C

Text Example


Text Example

White with #A40E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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