#AC1CAA

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

Shades of Dark Magenta #AC1CAA

Tints of Dark Magenta #AC1CAA

Color information

#AC1CAA (or 0xAC1CAA) is unknown color: approx Dark Magenta. HEX triplet: AC, 1C and AA. RGB value is (172,28,170). Sum of RGB (Red+Green+Blue) = 172+28+170=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1CAA is #53E355. Grayscale: #565656. Windows color (decimal): -5497686 or 11148460. OLE color: 11148460.

HSL color Cylindrical-coordinate representation of color #AC1CAA: hue angle of 300.83º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1CAA is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17228170-
CMYK00.840.010.33
HSL300.83º72%39.22%-
HSV(B)300.83º83.72%67.45%-
XYZ24.6812.539.14-
YUV87.24174.71188.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 28 (11.33% from 255) = 7.57%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=46.49%
G=7.57%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722817000.840.010.33300.837239.22
HexAC1CAA05412112d4827
Octal25434252012414145511047
Binary1010110011100101010100101010011000011001011011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1CAA; }

 p { color: rgb(172,28,170); }

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

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

 a { background-color: rgb(172,28,170); }

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

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

 span { border-color: rgb(172,28,170); }

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