Html Css Color HEX #A40994 Dark Magenta

📋 copy color: '#A40994'

red 164 ◦ green 9 ◦ blue 148

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

Shades of Dark Magenta #A40994

Tints of Dark Magenta #A40994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 148 (58.2% from 255) = 46.11%

R = 51.09%
G = 2.8%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A40994 (or 0xA40994) is known color: Dark Magenta. HEX triplet: A4, 09 and 94. RGB value is (164,9,148). Sum of RGB (Red+Green+Blue) = 164+9+148=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A40994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40994 is #5BF66B. Grayscale: #464646. Windows color (decimal): -6026860 or 9701796. OLE color: 9701796.

HSL color Cylindrical-coordinate representation of color #A40994: hue angle of 306.19º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40994 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 9 148 -
CMYK 0 0.95 0.10 0.36
HSL 306.19º 0.9% 0.34% -
HSV(B) 306.19º 0.95% 0.64% -
XYZ 20.75 10.23 28.9 -
YUV 71.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 164 9 148 0 0.95 0.10 0.36 306.19 0.9 0.34
Hex A4 9 94 0 5F A 24 132 5A 22
Octal 244 11 224 0 137 12 44 462 132 42
Binary 10100100 1001 10010100 0 1011111 1010 100100 100110010 1011010 100010

Color Harmonies of #A40994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40994

Black with #A40994

Text Example


Text Example

White with #A40994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40994; }

 p { color: rgb(164,9,148); }

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

background-color css

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

 a { background-color: rgb(164,9,148); }

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

border-color css

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

 span { border-color: rgb(164,9,148); }

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