#A2079F

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

Shades of Dark Magenta #A2079F

Tints of Dark Magenta #A2079F

Color information

#A2079F (or 0xA2079F) is unknown color: approx Dark Magenta. HEX triplet: A2, 07 and 9F. RGB value is (162,7,159). Sum of RGB (Red+Green+Blue) = 162+7+159=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2079F is #5DF860. Grayscale: #464646. Windows color (decimal): -6158433 or 10422178. OLE color: 10422178.

HSL color Cylindrical-coordinate representation of color #A2079F: hue angle of 301.16º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2079F is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB1627159-
CMYK00.960.020.36
HSL301.16º91.72%33.14%-
HSV(B)301.16º95.68%63.53%-
XYZ21.2310.3433.68-
YUV70.67177.85193.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 159 (62.5% from 255) = 48.48%
R=49.39%
G=2.13%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162715900.960.020.36301.1691.7233.14
HexA279F06022412d5c21
Octal2427237014024445513441
Binary101000101111001111101100000101001001001011011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2079F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2079F; }

 p { color: rgb(162,7,159); }

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

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

 a { background-color: rgb(162,7,159); }

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

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

 span { border-color: rgb(162,7,159); }

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