#AC56BA

Color #AC56BA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AC56BA

Tints of Deep Lilac #AC56BA

Color information

#AC56BA (or 0xAC56BA) is unknown color: approx Deep Lilac. HEX triplet: AC, 56 and BA. RGB value is (172,86,186). Sum of RGB (Red+Green+Blue) = 172+86+186=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56BA is #53A945. Grayscale: #7A7A7A. Windows color (decimal): -5482822 or 12211884. OLE color: 12211884.

HSL color Cylindrical-coordinate representation of color #AC56BA: hue angle of 291.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC56BA is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17286186-
CMYK0.080.5400.27
HSL291.6º42.02%53.33%-
HSV(B)291.6º53.76%72.94%-
XYZ29.218.9748.58-
YUV123.11163.49162.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 86 (33.98% from 255) = 19.37%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=38.74%
G=19.37%
B=41.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172861860.080.5400.27291.642.0253.33
HexAC56BA83601B1242a35
Octal25412627210660334445265
Binary101011001010110101110101000110110011011100100100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC56BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC56BA; }

 p { color: rgb(172,86,186); }

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

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

 a { background-color: rgb(172,86,186); }

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

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

 span { border-color: rgb(172,86,186); }

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