Html Css Color HEX #A40EA3 Dark Magenta

📋 copy color: '#A40EA3'

red 164 ◦ green 14 ◦ blue 163

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

Shades of Dark Magenta #A40EA3

Tints of Dark Magenta #A40EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.8%

R = 48.09%
G = 4.11%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A40EA3 (or 0xA40EA3) is known color: Dark Magenta. HEX triplet: A4, 0E and A3. RGB value is (164,14,163). Sum of RGB (Red+Green+Blue) = 164+14+163=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A40EA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40EA3 is #5BF15C. Grayscale: #4B4B4B. Windows color (decimal): -6025565 or 10686116. OLE color: 10686116.

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

Color convert

RGB 164 14 163 -
CMYK 0 0.91 0.01 0.36
HSL 300.4º 0.84% 0.35% -
HSV(B) 300.4º 0.91% 0.64% -
XYZ 22.08 10.85 35.58 -
YUV 75.84 177.2 190.88 -
System Red Green Blue C M Y K H S L
Decimal 164 14 163 0 0.91 0.01 0.36 300.4 0.84 0.35
Hex A4 E A3 0 5B 1 24 12C 54 23
Octal 244 16 243 0 133 1 44 454 124 43
Binary 10100100 1110 10100011 0 1011011 1 100100 100101100 1010100 100011

Color Harmonies of #A40EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40EA3

Black with #A40EA3

Text Example


Text Example

White with #A40EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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