#A4058B

Color #A4058B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A4058B

Tints of Dark Magenta #A4058B

Color information

#A4058B (or 0xA4058B) is unknown color: approx Dark Magenta. HEX triplet: A4, 05 and 8B. RGB value is (164,5,139). Sum of RGB (Red+Green+Blue) = 164+5+139=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4058B is #5BFA74. Grayscale: #434343. Windows color (decimal): -6027893 or 9110948. OLE color: 9110948.

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

Color convert

RGB1645139-
CMYK00.970.150.36
HSL309.43º94.08%33.14%-
HSV(B)309.43º96.95%64.31%-
XYZ20.029.8725.27-
YUV67.82168.18196.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=53.25%
G=1.62%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164513900.970.150.36309.4394.0833.14
HexA458B061F241355e21
Octal24452130141174446513641
Binary10100100101100010110110000111111001001001101011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4058B; }

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

 H1.HeaderClassName
 {
   color: #A4058B;
 }
 .AnyTagClassName
 {
   color: #A4058B;
 }
</style>
background-color css

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

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

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

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

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

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