#AC59BD

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

Shades of Deep Lilac #AC59BD

Tints of Deep Lilac #AC59BD

Color information

#AC59BD (or 0xAC59BD) is unknown color: approx Deep Lilac. HEX triplet: AC, 59 and BD. RGB value is (172,89,189). Sum of RGB (Red+Green+Blue) = 172+89+189=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC59BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59BD is #53A642. Grayscale: #7C7C7C. Windows color (decimal): -5482051 or 12409260. OLE color: 12409260.

HSL color Cylindrical-coordinate representation of color #AC59BD: hue angle of 289.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC59BD is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17289189-
CMYK0.090.5300.26
HSL289.8º43.1%54.51%-
HSV(B)289.8º52.91%74.12%-
XYZ29.7719.5950.36-
YUV125.22164161.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 89 (35.16% from 255) = 19.78%
BLUE value IS 189 (74.22% from 255) = 42%
R=38.22%
G=19.78%
B=42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172891890.090.5300.26289.843.154.51
HexAC59BD93501A1222b37
Octal25413127511650324425367
Binary101011001011001101111011001110101011010100100010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59BD; }

 p { color: rgb(172,89,189); }

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

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

 a { background-color: rgb(172,89,189); }

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

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

 span { border-color: rgb(172,89,189); }

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