#A003AC

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

Shades of Dark Magenta #A003AC

Tints of Dark Magenta #A003AC

Color information

#A003AC (or 0xA003AC) is unknown color: approx Dark Magenta. HEX triplet: A0, 03 and AC. RGB value is (160,3,172). Sum of RGB (Red+Green+Blue) = 160+3+172=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #A003AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A003AC is #5FFC53. Grayscale: #444444. Windows color (decimal): -6290516 or 11273120. OLE color: 11273120.

HSL color Cylindrical-coordinate representation of color #A003AC: hue angle of 295.74º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A003AC is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1603172-
CMYK0.070.9800.33
HSL295.74º96.57%34.31%-
HSV(B)295.74º98.26%67.45%-
XYZ21.9810.5239.9-
YUV69.21186.01192.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 172 (67.58% from 255) = 51.34%
R=47.76%
G=0.90%
B=51.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16031720.070.9800.33295.7496.5734.31
HexA03AC7620211286122
Octal2403254714204145014142
Binary101000001110101100111110001001000011001010001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A003AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A003AC; }

 p { color: rgb(160,3,172); }

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

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

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

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

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

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

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