Html Css Color HEX #A41594 Dark Magenta

📋 copy color: '#A41594'

red 164 ◦ green 21 ◦ blue 148

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

Shades of Dark Magenta #A41594

Tints of Dark Magenta #A41594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

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

R = 49.25%
G = 6.31%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A41594 (or 0xA41594) is known color: Dark Magenta. HEX triplet: A4, 15 and 94. RGB value is (164,21,148). Sum of RGB (Red+Green+Blue) = 164+21+148=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A41594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41594 is #5BEA6B. Grayscale: #4D4D4D. Windows color (decimal): -6023788 or 9704868. OLE color: 9704868.

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

Color convert

RGB 164 21 148 -
CMYK 0 0.87 0.10 0.36
HSL 306.71º 0.77% 0.36% -
HSV(B) 306.71º 0.87% 0.64% -
XYZ 20.92 10.57 28.95 -
YUV 78.24 167.38 189.17 -
System Red Green Blue C M Y K H S L
Decimal 164 21 148 0 0.87 0.10 0.36 306.71 0.77 0.36
Hex A4 15 94 0 57 A 24 133 4D 24
Octal 244 25 224 0 127 12 44 463 115 44
Binary 10100100 10101 10010100 0 1010111 1010 100100 100110011 1001101 100100

Color Harmonies of #A41594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41594

Black with #A41594

Text Example


Text Example

White with #A41594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41594; }

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

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

background-color css

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

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

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

border-color css

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

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

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