#AC1BA6

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

Shades of Dark Magenta #AC1BA6

Tints of Dark Magenta #AC1BA6

Color information

#AC1BA6 (or 0xAC1BA6) is unknown color: approx Dark Magenta. HEX triplet: AC, 1B and A6. RGB value is (172,27,166). Sum of RGB (Red+Green+Blue) = 172+27+166=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1BA6 is #53E459. Grayscale: #555555. Windows color (decimal): -5497946 or 10886060. OLE color: 10886060.

HSL color Cylindrical-coordinate representation of color #AC1BA6: hue angle of 302.48º degrees, saturation: 0.73, 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 #AC1BA6 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17227166-
CMYK00.840.030.33
HSL302.48º72.86%39.02%-
HSV(B)302.48º84.3%67.45%-
XYZ24.2912.3137.17-
YUV86.2173.04189.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 27 (10.94% from 255) = 7.40%
BLUE value IS 166 (65.23% from 255) = 45.48%
R=47.12%
G=7.40%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722716600.840.030.33302.4872.8639.02
HexAC1BA605432112e4927
Octal25433246012434145611147
Binary10101100110111010011001010100111000011001011101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1BA6; }

 p { color: rgb(172,27,166); }

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

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

 a { background-color: rgb(172,27,166); }

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

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

 span { border-color: rgb(172,27,166); }

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