Html Css Color HEX #A4199D Dark Magenta

📋 copy color: '#A4199D'

red 164 ◦ green 25 ◦ blue 157

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

Shades of Dark Magenta #A4199D

Tints of Dark Magenta #A4199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 47.4%
G = 7.23%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4199D (or 0xA4199D) is known color: Dark Magenta. HEX triplet: A4, 19 and 9D. RGB value is (164,25,157). Sum of RGB (Red+Green+Blue) = 164+25+157=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4199D is #5BE662. Grayscale: #515151. Windows color (decimal): -6022755 or 10295716. OLE color: 10295716.

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

Color convert

RGB 164 25 157 -
CMYK 0 0.85 0.04 0.36
HSL 303.02º 0.74% 0.37% -
HSV(B) 303.02º 0.85% 0.64% -
XYZ 21.74 11.02 32.88 -
YUV 81.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 164 25 157 0 0.85 0.04 0.36 303.02 0.74 0.37
Hex A4 19 9D 0 55 4 24 12F 4A 25
Octal 244 31 235 0 125 4 44 457 112 45
Binary 10100100 11001 10011101 0 1010101 100 100100 100101111 1001010 100101

Color Harmonies of #A4199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4199D

Black with #A4199D

Text Example


Text Example

White with #A4199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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