#A007A2

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

Shades of Dark Magenta #A007A2

Tints of Dark Magenta #A007A2

Color information

#A007A2 (or 0xA007A2) is unknown color: approx Dark Magenta. HEX triplet: A0, 07 and A2. RGB value is (160,7,162). Sum of RGB (Red+Green+Blue) = 160+7+162=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #A007A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A007A2 is #5FF85D. Grayscale: #454545. Windows color (decimal): -6289502 or 10618784. OLE color: 10618784.

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

Color convert

RGB1607162-
CMYK0.010.9600.36
HSL299.23º91.72%33.14%-
HSV(B)299.23º95.68%63.53%-
XYZ21.0910.2335.05-
YUV70.42179.69191.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 162 (63.67% from 255) = 49.24%
R=48.63%
G=2.13%
B=49.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16071620.010.9600.36299.2391.7233.14
HexA07A216002412b5c21
Octal2407242114004445313441
Binary10100000111101000101110000001001001001010111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A007A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A007A2; }

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

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

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

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

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

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

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

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