Html Css Color HEX #A4199F Dark Magenta

📋 copy color: '#A4199F'

red 164 ◦ green 25 ◦ blue 159

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

Shades of Dark Magenta #A4199F

Tints of Dark Magenta #A4199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.69%

R = 47.13%
G = 7.18%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4199F (or 0xA4199F) is known color: Dark Magenta. HEX triplet: A4, 19 and 9F. RGB value is (164,25,159). Sum of RGB (Red+Green+Blue) = 164+25+159=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A4199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4199F is #5BE660. Grayscale: #515151. Windows color (decimal): -6022753 or 10426788. OLE color: 10426788.

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

Color convert

RGB 164 25 159 -
CMYK 0 0.85 0.03 0.36
HSL 302.16º 0.74% 0.37% -
HSV(B) 302.16º 0.85% 0.64% -
XYZ 21.92 11.09 33.79 -
YUV 81.84 171.55 186.6 -
System Red Green Blue C M Y K H S L
Decimal 164 25 159 0 0.85 0.03 0.36 302.16 0.74 0.37
Hex A4 19 9F 0 55 3 24 12E 4A 25
Octal 244 31 237 0 125 3 44 456 112 45
Binary 10100100 11001 10011111 0 1010101 11 100100 100101110 1001010 100101

Color Harmonies of #A4199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4199F

Black with #A4199F

Text Example


Text Example

White with #A4199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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