Html Css Color HEX #A4139C Dark Magenta

📋 copy color: '#A4139C'

red 164 ◦ green 19 ◦ blue 156

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

Shades of Dark Magenta #A4139C

Tints of Dark Magenta #A4139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 48.38%
G = 5.6%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4139C (or 0xA4139C) is known color: Dark Magenta. HEX triplet: A4, 13 and 9C. RGB value is (164,19,156). Sum of RGB (Red+Green+Blue) = 164+19+156=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4139C is #5BEC63. Grayscale: #4D4D4D. Windows color (decimal): -6024292 or 10228644. OLE color: 10228644.

HSL color Cylindrical-coordinate representation of color #A4139C: hue angle of 303.31º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4139C is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 19 156 -
CMYK 0 0.88 0.05 0.36
HSL 303.31º 0.79% 0.36% -
HSV(B) 303.31º 0.88% 0.64% -
XYZ 21.54 10.76 32.39 -
YUV 77.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 164 19 156 0 0.88 0.05 0.36 303.31 0.79 0.36
Hex A4 13 9C 0 58 5 24 12F 4F 24
Octal 244 23 234 0 130 5 44 457 117 44
Binary 10100100 10011 10011100 0 1011000 101 100100 100101111 1001111 100100

Color Harmonies of #A4139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4139C

Black with #A4139C

Text Example


Text Example

White with #A4139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4139C; }

 p { color: rgb(164,19,156); }

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

background-color css

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

 a { background-color: rgb(164,19,156); }

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

border-color css

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

 span { border-color: rgb(164,19,156); }

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