#A013AA

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

Shades of Dark Magenta #A013AA

Tints of Dark Magenta #A013AA

Color information

#A013AA (or 0xA013AA) is unknown color: approx Dark Magenta. HEX triplet: A0, 13 and AA. RGB value is (160,19,170). Sum of RGB (Red+Green+Blue) = 160+19+170=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #A013AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A013AA is #5FEC55. Grayscale: #4D4D4D. Windows color (decimal): -6286422 or 11146144. OLE color: 11146144.

HSL color Cylindrical-coordinate representation of color #A013AA: hue angle of 296.03º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A013AA is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16019170-
CMYK0.060.8900.33
HSL296.03º79.89%37.06%-
HSV(B)296.03º88.82%66.67%-
XYZ21.9910.8438.96-
YUV78.37179.71186.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 19 (7.81% from 255) = 5.44%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=45.85%
G=5.44%
B=48.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160191700.060.8900.33296.0379.8937.06
HexA013AA6590211285025
Octal24023252613104145012045
Binary101000001001110101010110101100101000011001010001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A013AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A013AA; }

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

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

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

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

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

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

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

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