#A7049A

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

Shades of Dark Magenta #A7049A

Tints of Dark Magenta #A7049A

Color information

#A7049A (or 0xA7049A) is unknown color: approx Dark Magenta. HEX triplet: A7, 04 and 9A. RGB value is (167,4,154). Sum of RGB (Red+Green+Blue) = 167+4+154=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7049A is #58FB65. Grayscale: #454545. Windows color (decimal): -5831526 or 10093735. OLE color: 10093735.

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

Color convert

RGB1674154-
CMYK00.980.080.35
HSL304.79º95.32%33.53%-
HSV(B)304.79º97.6%65.49%-
XYZ21.8110.6431.48-
YUV69.84175.5197.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.38%
GREEN value IS 4 (1.95% from 255) = 1.23%
BLUE value IS 154 (60.55% from 255) = 47.38%
R=51.38%
G=1.23%
B=47.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167415400.980.080.35304.7995.3233.53
HexA749A0628231315f22
Octal24742320142104346113742
Binary10100111100100110100110001010001000111001100011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7049A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7049A; }

 p { color: rgb(167,4,154); }

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

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

 a { background-color: rgb(167,4,154); }

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

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

 span { border-color: rgb(167,4,154); }

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