#A200A0

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

Shades of Dark Magenta #A200A0

Tints of Dark Magenta #A200A0

Color information

#A200A0 (or 0xA200A0) is unknown color: approx Dark Magenta. HEX triplet: A2, 00 and A0. RGB value is (162,0,160). Sum of RGB (Red+Green+Blue) = 162+0+160=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A200A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A200A0 is #5DFF5F. Grayscale: #424242. Windows color (decimal): -6160224 or 10485922. OLE color: 10485922.

HSL color Cylindrical-coordinate representation of color #A200A0: hue angle of 300.74º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200A0 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB1620160-
CMYK010.010.36
HSL300.74º100%31.76%-
HSV(B)300.74º100%63.53%-
XYZ21.2510.2234.11-
YUV66.68180.67195.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 160 (62.89% from 255) = 49.69%
R=50.31%
G=0%
B=49.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1620160010.010.36300.7410031.76
HexA20A006412412d6420
Octal2420240014414445514440
Binary101000100101000000110010011001001001011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A200A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A200A0; }

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

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

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

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

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

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

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

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