#A721A6

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

Shades of Dark Magenta #A721A6

Tints of Dark Magenta #A721A6

Color information

#A721A6 (or 0xA721A6) is unknown color: approx Dark Magenta. HEX triplet: A7, 21 and A6. RGB value is (167,33,166). Sum of RGB (Red+Green+Blue) = 167+33+166=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A721A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A721A6 is #58DE59. Grayscale: #575757. Windows color (decimal): -5824090 or 10887591. OLE color: 10887591.

HSL color Cylindrical-coordinate representation of color #A721A6: hue angle of 300.45º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A721A6 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16733166-
CMYK00.800.010.35
HSL300.45º67%39.22%-
HSV(B)300.45º80.24%65.49%-
XYZ23.3612.0637.17-
YUV88.23171.89184.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 166 (65.23% from 255) = 45.36%
R=45.63%
G=9.02%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673316600.800.010.35300.456739.22
HexA721A605012312c4327
Octal24741246012014345410347
Binary10100111100001101001100101000011000111001011001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A721A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A721A6; }

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

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

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

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

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

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

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

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