Html Css Color HEX #A41791 Dark Magenta

📋 copy color: '#A41791'

red 164 ◦ green 23 ◦ blue 145

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

Shades of Dark Magenta #A41791

Tints of Dark Magenta #A41791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.93%

 BLUE value IS 145 (57.03% from 255) = 43.67%

R = 49.4%
G = 6.93%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A41791 (or 0xA41791) is known color: Dark Magenta. HEX triplet: A4, 17 and 91. RGB value is (164,23,145). Sum of RGB (Red+Green+Blue) = 164+23+145=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A41791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41791 is #5BE86E. Grayscale: #4E4E4E. Windows color (decimal): -6023279 or 9508772. OLE color: 9508772.

HSL color Cylindrical-coordinate representation of color #A41791: hue angle of 308.09º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41791 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 23 145 -
CMYK 0 0.86 0.12 0.36
HSL 308.09º 0.75% 0.37% -
HSV(B) 308.09º 0.86% 0.64% -
XYZ 20.73 10.55 27.73 -
YUV 79.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 164 23 145 0 0.86 0.12 0.36 308.09 0.75 0.37
Hex A4 17 91 0 56 C 24 134 4B 25
Octal 244 27 221 0 126 14 44 464 113 45
Binary 10100100 10111 10010001 0 1010110 1100 100100 100110100 1001011 100101

Color Harmonies of #A41791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41791

Black with #A41791

Text Example


Text Example

White with #A41791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41791; }

 p { color: rgb(164,23,145); }

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

background-color css

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

 a { background-color: rgb(164,23,145); }

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

border-color css

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

 span { border-color: rgb(164,23,145); }

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