Html Css Color HEX #A40EAC Dark Magenta

📋 copy color: '#A40EAC'

red 164 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #A40EAC

Tints of Dark Magenta #A40EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 46.86%
G = 4%
B = 49.14%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A40EAC (or 0xA40EAC) is known color: Dark Magenta. HEX triplet: A4, 0E and AC. RGB value is (164,14,172). Sum of RGB (Red+Green+Blue) = 164+14+172=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #A40EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40EAC is #5BF153. Grayscale: #4C4C4C. Windows color (decimal): -6025556 or 11275940. OLE color: 11275940.

HSL color Cylindrical-coordinate representation of color #A40EAC: hue angle of 296.96º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40EAC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 14 172 -
CMYK 0.05 0.92 0 0.33
HSL 296.96º 0.85% 0.36% -
HSV(B) 296.96º 0.92% 0.67% -
XYZ 22.91 11.19 39.98 -
YUV 76.86 181.7 190.15 -
System Red Green Blue C M Y K H S L
Decimal 164 14 172 0.05 0.92 0 0.33 296.96 0.85 0.36
Hex A4 E AC 5 5C 0 21 129 55 24
Octal 244 16 254 5 134 0 41 451 125 44
Binary 10100100 1110 10101100 101 1011100 0 100001 100101001 1010101 100100

Color Harmonies of #A40EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40EAC

Black with #A40EAC

Text Example


Text Example

White with #A40EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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