#A207A0

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

Shades of Dark Magenta #A207A0

Tints of Dark Magenta #A207A0

Color information

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

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

Color convert

RGB1627160-
CMYK00.960.010.36
HSL300.77º91.72%33.14%-
HSV(B)300.77º95.68%63.53%-
XYZ21.3210.3734.14-
YUV70.79178.35193.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162716000.960.010.36300.7791.7233.14
HexA27A006012412d5c21
Octal2427240014014445513441
Binary10100010111101000000110000011001001001011011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A207A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A207A0; }

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

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

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

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

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

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

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

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