Html Css Color HEX #A40294 Dark Magenta

📋 copy color: '#A40294'

red 164 ◦ green 2 ◦ blue 148

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

Shades of Dark Magenta #A40294

Tints of Dark Magenta #A40294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 52.23%
G = 0.64%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A40294 (or 0xA40294) is known color: Dark Magenta. HEX triplet: A4, 02 and 94. RGB value is (164,2,148). Sum of RGB (Red+Green+Blue) = 164+2+148=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A40294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40294 is #5BFD6B. Grayscale: #424242. Windows color (decimal): -6028652 or 9700004. OLE color: 9700004.

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

Color convert

RGB 164 2 148 -
CMYK 0 0.99 0.10 0.36
HSL 305.93º 0.98% 0.33% -
HSV(B) 305.93º 0.99% 0.64% -
XYZ 20.68 10.07 28.87 -
YUV 67.08 173.67 197.13 -
System Red Green Blue C M Y K H S L
Decimal 164 2 148 0 0.99 0.10 0.36 305.93 0.98 0.33
Hex A4 2 94 0 63 A 24 132 62 21
Octal 244 2 224 0 143 12 44 462 142 41
Binary 10100100 10 10010100 0 1100011 1010 100100 100110010 1100010 100001

Color Harmonies of #A40294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40294

Black with #A40294

Text Example


Text Example

White with #A40294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40294; }

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

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

background-color css

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

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

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

border-color css

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

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

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