#AC59BF

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

Shades of Deep Lilac #AC59BF

Tints of Deep Lilac #AC59BF

Color information

#AC59BF (or 0xAC59BF) is unknown color: approx Deep Lilac. HEX triplet: AC, 59 and BF. RGB value is (172,89,191). Sum of RGB (Red+Green+Blue) = 172+89+191=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC59BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59BF is #53A640. Grayscale: #7D7D7D. Windows color (decimal): -5482049 or 12540332. OLE color: 12540332.

HSL color Cylindrical-coordinate representation of color #AC59BF: hue angle of 288.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC59BF is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17289191-
CMYK0.100.5300.25
HSL288.82º44.35%54.9%-
HSV(B)288.82º53.4%74.9%-
XYZ29.9919.6851.51-
YUV125.44165161.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 89 (35.16% from 255) = 19.69%
BLUE value IS 191 (75% from 255) = 42.26%
R=38.05%
G=19.69%
B=42.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172891910.100.5300.25288.8244.3554.9
HexAC59BFA350191212c37
Octal25413127712650314415467
Binary101011001011001101111111010110101011001100100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59BF; }

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

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

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

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

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

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

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

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