#AC68BB

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

Shades of Deep Lilac #AC68BB

Tints of Deep Lilac #AC68BB

Color information

#AC68BB (or 0xAC68BB) is unknown color: approx Deep Lilac. HEX triplet: AC, 68 and BB. RGB value is (172,104,187). Sum of RGB (Red+Green+Blue) = 172+104+187=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68BB is #539744. Grayscale: #858585. Windows color (decimal): -5478213 or 12282028. OLE color: 12282028.

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

Color convert

RGB172104187-
CMYK0.080.4400.27
HSL289.16º37.9%57.06%-
HSV(B)289.16º44.39%73.33%-
XYZ30.9322.2649.68-
YUV133.79158.03155.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=37.15%
G=22.46%
B=40.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721041870.080.4400.27289.1637.957.06
HexAC68BB82C01B1212639
Octal25415027310540334414671
Binary101011001101000101110111000101100011011100100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC68BB; }

 p { color: rgb(172,104,187); }

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

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

 a { background-color: rgb(172,104,187); }

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

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

 span { border-color: rgb(172,104,187); }

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