Html Css Color HEX #A41996 Dark Magenta

📋 copy color: '#A41996'

red 164 ◦ green 25 ◦ blue 150

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

Shades of Dark Magenta #A41996

Tints of Dark Magenta #A41996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.37%

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 48.38%
G = 7.37%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A41996 (or 0xA41996) is known color: Dark Magenta. HEX triplet: A4, 19 and 96. RGB value is (164,25,150). Sum of RGB (Red+Green+Blue) = 164+25+150=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A41996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41996 is #5BE669. Grayscale: #505050. Windows color (decimal): -6022762 or 9836964. OLE color: 9836964.

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

Color convert

RGB 164 25 150 -
CMYK 0 0.85 0.09 0.36
HSL 306.04º 0.74% 0.37% -
HSV(B) 306.04º 0.85% 0.64% -
XYZ 21.16 10.79 29.82 -
YUV 80.81 167.05 187.34 -
System Red Green Blue C M Y K H S L
Decimal 164 25 150 0 0.85 0.09 0.36 306.04 0.74 0.37
Hex A4 19 96 0 55 9 24 132 4A 25
Octal 244 31 226 0 125 11 44 462 112 45
Binary 10100100 11001 10010110 0 1010101 1001 100100 100110010 1001010 100101

Color Harmonies of #A41996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41996

Black with #A41996

Text Example


Text Example

White with #A41996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41996; }

 p { color: rgb(164,25,150); }

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

background-color css

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

 a { background-color: rgb(164,25,150); }

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

border-color css

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

 span { border-color: rgb(164,25,150); }

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