Html Css Color HEX #A4179F Dark Magenta

📋 copy color: '#A4179F'

red 164 ◦ green 23 ◦ blue 159

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

Shades of Dark Magenta #A4179F

Tints of Dark Magenta #A4179F

RGB

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

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

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

R = 47.4%
G = 6.65%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4179F (or 0xA4179F) is known color: Dark Magenta. HEX triplet: A4, 17 and 9F. RGB value is (164,23,159). Sum of RGB (Red+Green+Blue) = 164+23+159=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4179F is #5BE860. Grayscale: #505050. Windows color (decimal): -6023265 or 10426276. OLE color: 10426276.

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

Color convert

RGB 164 23 159 -
CMYK 0 0.86 0.03 0.36
HSL 302.13º 0.75% 0.37% -
HSV(B) 302.13º 0.86% 0.64% -
XYZ 21.87 11.01 33.77 -
YUV 80.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 164 23 159 0 0.86 0.03 0.36 302.13 0.75 0.37
Hex A4 17 9F 0 56 3 24 12E 4B 25
Octal 244 27 237 0 126 3 44 456 113 45
Binary 10100100 10111 10011111 0 1010110 11 100100 100101110 1001011 100101

Color Harmonies of #A4179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4179F

Black with #A4179F

Text Example


Text Example

White with #A4179F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4179F; }

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

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

background-color css

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

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

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

border-color css

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

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

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