Html Css Color HEX #A4059C Dark Magenta

📋 copy color: '#A4059C'

red 164 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #A4059C

Tints of Dark Magenta #A4059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

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

R = 50.46%
G = 1.54%
B = 48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4059C (or 0xA4059C) is known color: Dark Magenta. HEX triplet: A4, 05 and 9C. RGB value is (164,5,156). Sum of RGB (Red+Green+Blue) = 164+5+156=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4059C is #5BFA63. Grayscale: #454545. Windows color (decimal): -6027876 or 10225060. OLE color: 10225060.

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

Color convert

RGB 164 5 156 -
CMYK 0 0.97 0.05 0.36
HSL 303.02º 0.94% 0.33% -
HSV(B) 303.02º 0.97% 0.64% -
XYZ 21.36 10.4 32.33 -
YUV 69.76 176.68 195.22 -
System Red Green Blue C M Y K H S L
Decimal 164 5 156 0 0.97 0.05 0.36 303.02 0.94 0.33
Hex A4 5 9C 0 61 5 24 12F 5E 21
Octal 244 5 234 0 141 5 44 457 136 41
Binary 10100100 101 10011100 0 1100001 101 100100 100101111 1011110 100001

Color Harmonies of #A4059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4059C

Black with #A4059C

Text Example


Text Example

White with #A4059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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