#A013A0

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

Shades of Dark Magenta #A013A0

Tints of Dark Magenta #A013A0

Color information

#A013A0 (or 0xA013A0) is unknown color: approx Dark Magenta. HEX triplet: A0, 13 and A0. RGB value is (160,19,160). Sum of RGB (Red+Green+Blue) = 160+19+160=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A013A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A013A0 is #5FEC5F. Grayscale: #4C4C4C. Windows color (decimal): -6286432 or 10490784. OLE color: 10490784.

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

Color convert

RGB16019160-
CMYK00.8800.37
HSL300º78.77%35.1%-
HSV(B)300º88.13%62.75%-
XYZ21.0810.4834.17-
YUV77.23174.71187.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 19 (7.81% from 255) = 5.60%
BLUE value IS 160 (62.89% from 255) = 47.20%
R=47.20%
G=5.60%
B=47.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601916000.8800.3730078.7735.1
HexA013A005802512c4f23
Octal24023240013004545411743
Binary1010000010011101000000101100001001011001011001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A013A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A013A0; }

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

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

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

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

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

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

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

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