#A7059B

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

Shades of Dark Magenta #A7059B

Tints of Dark Magenta #A7059B

Color information

#A7059B (or 0xA7059B) is unknown color: approx Dark Magenta. HEX triplet: A7, 05 and 9B. RGB value is (167,5,155). Sum of RGB (Red+Green+Blue) = 167+5+155=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A7059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7059B is #58FA64. Grayscale: #464646. Windows color (decimal): -5831269 or 10159527. OLE color: 10159527.

HSL color Cylindrical-coordinate representation of color #A7059B: hue angle of 304.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7059B is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB1675155-
CMYK00.970.070.35
HSL304.44º94.19%33.73%-
HSV(B)304.44º97.01%65.49%-
XYZ21.9110.6931.92-
YUV70.54175.67196.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.07%
GREEN value IS 5 (2.34% from 255) = 1.53%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=51.07%
G=1.53%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167515500.970.070.35304.4494.1933.73
HexA759B0617231305e22
Octal2475233014174346013642
Binary1010011110110011011011000011111000111001100001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7059B; }

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

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

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

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

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

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

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

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