Html Css Color HEX #A41595 Dark Magenta

📋 copy color: '#A41595'

red 164 ◦ green 21 ◦ blue 149

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

Shades of Dark Magenta #A41595

Tints of Dark Magenta #A41595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 49.1%
G = 6.29%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A41595 (or 0xA41595) is known color: Dark Magenta. HEX triplet: A4, 15 and 95. RGB value is (164,21,149). Sum of RGB (Red+Green+Blue) = 164+21+149=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A41595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41595 is #5BEA6A. Grayscale: #4D4D4D. Windows color (decimal): -6023787 or 9770404. OLE color: 9770404.

HSL color Cylindrical-coordinate representation of color #A41595: hue angle of 306.29º 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 #A41595 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 149 -
CMYK 0 0.87 0.09 0.36
HSL 306.29º 0.77% 0.36% -
HSV(B) 306.29º 0.87% 0.64% -
XYZ 21 10.6 29.37 -
YUV 78.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 164 21 149 0 0.87 0.09 0.36 306.29 0.77 0.36
Hex A4 15 95 0 57 9 24 132 4D 24
Octal 244 25 225 0 127 11 44 462 115 44
Binary 10100100 10101 10010101 0 1010111 1001 100100 100110010 1001101 100100

Color Harmonies of #A41595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41595

Black with #A41595

Text Example


Text Example

White with #A41595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41595; }

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

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

background-color css

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

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

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

border-color css

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

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

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