Html Css Color HEX #A4059B Dark Magenta

📋 copy color: '#A4059B'

red 164 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #A4059B

Tints of Dark Magenta #A4059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.84%

R = 50.62%
G = 1.54%
B = 47.84%

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

#A4059B (or 0xA4059B) is known color: Dark Magenta. HEX triplet: A4, 05 and 9B. RGB value is (164,5,155). Sum of RGB (Red+Green+Blue) = 164+5+155=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4059B is #5BFA64. Grayscale: #454545. Windows color (decimal): -6027877 or 10159524. OLE color: 10159524.

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

Color convert

RGB 164 5 155 -
CMYK 0 0.97 0.05 0.36
HSL 303.4º 0.94% 0.33% -
HSV(B) 303.4º 0.97% 0.64% -
XYZ 21.28 10.37 31.89 -
YUV 69.64 176.18 195.3 -
System Red Green Blue C M Y K H S L
Decimal 164 5 155 0 0.97 0.05 0.36 303.4 0.94 0.33
Hex A4 5 9B 0 61 5 24 12F 5E 21
Octal 244 5 233 0 141 5 44 457 136 41
Binary 10100100 101 10011011 0 1100001 101 100100 100101111 1011110 100001

Color Harmonies of #A4059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4059B

Black with #A4059B

Text Example


Text Example

White with #A4059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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