#A005A0

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

Shades of Dark Magenta #A005A0

Tints of Dark Magenta #A005A0

Color information

#A005A0 (or 0xA005A0) is unknown color: approx Dark Magenta. HEX triplet: A0, 05 and A0. RGB value is (160,5,160). Sum of RGB (Red+Green+Blue) = 160+5+160=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A005A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A005A0 is #5FFA5F. Grayscale: #444444. Windows color (decimal): -6290016 or 10487200. OLE color: 10487200.

HSL color Cylindrical-coordinate representation of color #A005A0: hue angle of 300º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005A0 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1605160-
CMYK00.9700.37
HSL300º93.94%32.35%-
HSV(B)300º96.88%62.75%-
XYZ20.910.1234.11-
YUV69.02179.35192.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 5 (2.34% from 255) = 1.54%
BLUE value IS 160 (62.89% from 255) = 49.23%
R=49.23%
G=1.54%
B=49.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160516000.9700.3730093.9432.35
HexA05A006102512c5e20
Octal2405240014104545413640
Binary10100000101101000000110000101001011001011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A005A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A005A0; }

 p { color: rgb(160,5,160); }

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

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

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

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

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

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

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