#AC03A1

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

Shades of Dark Magenta #AC03A1

Tints of Dark Magenta #AC03A1

Color information

#AC03A1 (or 0xAC03A1) is unknown color: approx Dark Magenta. HEX triplet: AC, 03 and A1. RGB value is (172,3,161). Sum of RGB (Red+Green+Blue) = 172+3+161=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC03A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC03A1 is #53FC5E. Grayscale: #474747. Windows color (decimal): -5504095 or 10552236. OLE color: 10552236.

HSL color Cylindrical-coordinate representation of color #AC03A1: hue angle of 303.91º 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 #AC03A1 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB1723161-
CMYK00.980.060.33
HSL303.91º96.57%34.31%-
HSV(B)303.91º98.26%67.45%-
XYZ23.4811.4134.68-
YUV71.54178.49199.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 161 (63.28% from 255) = 47.92%
R=51.19%
G=0.89%
B=47.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172316100.980.060.33303.9196.5734.31
HexAC3A10626211306122
Octal2543241014264146014142
Binary101011001110100001011000101101000011001100001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC03A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC03A1; }

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

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

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

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

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

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

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

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