Html Css Color HEX #A41A91 Dark Magenta

📋 copy color: '#A41A91'

red 164 ◦ green 26 ◦ blue 145

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

Shades of Dark Magenta #A41A91

Tints of Dark Magenta #A41A91

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

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

R = 48.96%
G = 7.76%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A41A91 (or 0xA41A91) is known color: Dark Magenta. HEX triplet: A4, 1A and 91. RGB value is (164,26,145). Sum of RGB (Red+Green+Blue) = 164+26+145=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41A91 is #5BE56E. Grayscale: #505050. Windows color (decimal): -6022511 or 9509540. OLE color: 9509540.

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

Color convert

RGB 164 26 145 -
CMYK 0 0.84 0.12 0.36
HSL 308.26º 0.73% 0.37% -
HSV(B) 308.26º 0.84% 0.64% -
XYZ 20.79 10.68 27.75 -
YUV 80.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 164 26 145 0 0.84 0.12 0.36 308.26 0.73 0.37
Hex A4 1A 91 0 54 C 24 134 49 25
Octal 244 32 221 0 124 14 44 464 111 45
Binary 10100100 11010 10010001 0 1010100 1100 100100 100110100 1001001 100101

Color Harmonies of #A41A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A91

Black with #A41A91

Text Example


Text Example

White with #A41A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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