#A704A6

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

Shades of Dark Magenta #A704A6

Tints of Dark Magenta #A704A6

Color information

#A704A6 (or 0xA704A6) is unknown color: approx Dark Magenta. HEX triplet: A7, 04 and A6. RGB value is (167,4,166). Sum of RGB (Red+Green+Blue) = 167+4+166=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A704A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A704A6 is #58FB59. Grayscale: #464646. Windows color (decimal): -5831514 or 10880167. OLE color: 10880167.

HSL color Cylindrical-coordinate representation of color #A704A6: hue angle of 300.37º 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 #A704A6 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB1674166-
CMYK00.980.010.35
HSL300.37º95.32%33.53%-
HSV(B)300.37º97.6%65.49%-
XYZ22.8611.0637.01-
YUV71.2181.5196.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 4 (1.95% from 255) = 1.19%
BLUE value IS 166 (65.23% from 255) = 49.26%
R=49.55%
G=1.19%
B=49.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167416600.980.010.35300.3795.3233.53
HexA74A606212312c5f22
Octal2474246014214345413742
Binary10100111100101001100110001011000111001011001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A704A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A704A6; }

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

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

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

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

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

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

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

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