Html Css Color HEX #A41191 Dark Magenta

📋 copy color: '#A41191'

red 164 ◦ green 17 ◦ blue 145

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

Shades of Dark Magenta #A41191

Tints of Dark Magenta #A41191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.21%

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

R = 50.31%
G = 5.21%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A41191 (or 0xA41191) is known color: Dark Magenta. HEX triplet: A4, 11 and 91. RGB value is (164,17,145). Sum of RGB (Red+Green+Blue) = 164+17+145=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A41191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41191 is #5BEE6E. Grayscale: #4B4B4B. Windows color (decimal): -6024815 or 9507236. OLE color: 9507236.

HSL color Cylindrical-coordinate representation of color #A41191: hue angle of 307.76º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41191 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 17 145 -
CMYK 0 0.90 0.12 0.36
HSL 307.76º 0.81% 0.35% -
HSV(B) 307.76º 0.9% 0.64% -
XYZ 20.62 10.34 27.7 -
YUV 75.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 164 17 145 0 0.90 0.12 0.36 307.76 0.81 0.35
Hex A4 11 91 0 5A C 24 134 51 23
Octal 244 21 221 0 132 14 44 464 121 43
Binary 10100100 10001 10010001 0 1011010 1100 100100 100110100 1010001 100011

Color Harmonies of #A41191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41191

Black with #A41191

Text Example


Text Example

White with #A41191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41191; }

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

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

background-color css

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

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

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

border-color css

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

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

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