#A704AA

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

Shades of Dark Magenta #A704AA

Tints of Dark Magenta #A704AA

Color information

#A704AA (or 0xA704AA) is unknown color: approx Dark Magenta. HEX triplet: A7, 04 and AA. RGB value is (167,4,170). Sum of RGB (Red+Green+Blue) = 167+4+170=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #A704AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A704AA is #58FB55. Grayscale: #474747. Windows color (decimal): -5831510 or 11142311. OLE color: 11142311.

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

Color convert

RGB1674170-
CMYK0.020.9800.33
HSL298.92º95.4%34.12%-
HSV(B)298.92º97.65%66.67%-
XYZ23.2411.238.97-
YUV71.66183.5196-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.97%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=48.97%
G=1.17%
B=49.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16741700.020.9800.33298.9295.434.12
HexA74AA26202112b5f22
Octal2474252214204145313742
Binary101001111001010101010110001001000011001010111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A704AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A704AA; }

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

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

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

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

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

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

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

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