#A001AC

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

Shades of Dark Magenta #A001AC

Tints of Dark Magenta #A001AC

Color information

#A001AC (or 0xA001AC) is unknown color: approx Dark Magenta. HEX triplet: A0, 01 and AC. RGB value is (160,1,172). Sum of RGB (Red+Green+Blue) = 160+1+172=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #A001AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A001AC is #5FFE53. Grayscale: #434343. Windows color (decimal): -6291028 or 11272608. OLE color: 11272608.

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

Color convert

RGB1601172-
CMYK0.070.9900.33
HSL295.79º98.84%33.92%-
HSV(B)295.79º99.42%67.45%-
XYZ21.9510.4739.89-
YUV68.04186.68193.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=48.05%
G=0.30%
B=51.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16011720.070.9900.33295.7998.8433.92
HexA01AC7630211286322
Octal2401254714304145014342
Binary10100000110101100111110001101000011001010001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A001AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A001AC; }

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

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

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

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

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

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

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

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