Html Css Color HEX #A4179D Dark Magenta

📋 copy color: '#A4179D'

red 164 ◦ green 23 ◦ blue 157

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

Shades of Dark Magenta #A4179D

Tints of Dark Magenta #A4179D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

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

R = 47.67%
G = 6.69%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4179D (or 0xA4179D) is known color: Dark Magenta. HEX triplet: A4, 17 and 9D. RGB value is (164,23,157). Sum of RGB (Red+Green+Blue) = 164+23+157=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4179D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4179D is #5BE862. Grayscale: #505050. Windows color (decimal): -6023267 or 10295204. OLE color: 10295204.

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

Color convert

RGB 164 23 157 -
CMYK 0 0.86 0.04 0.36
HSL 302.98º 0.75% 0.37% -
HSV(B) 302.98º 0.86% 0.64% -
XYZ 21.7 10.94 32.87 -
YUV 80.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 164 23 157 0 0.86 0.04 0.36 302.98 0.75 0.37
Hex A4 17 9D 0 56 4 24 12F 4B 25
Octal 244 27 235 0 126 4 44 457 113 45
Binary 10100100 10111 10011101 0 1010110 100 100100 100101111 1001011 100101

Color Harmonies of #A4179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4179D

Black with #A4179D

Text Example


Text Example

White with #A4179D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4179D; }

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

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

background-color css

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

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

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

border-color css

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

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

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