#AC66B9

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

Shades of Deep Lilac #AC66B9

Tints of Deep Lilac #AC66B9

Color information

#AC66B9 (or 0xAC66B9) is unknown color: approx Deep Lilac. HEX triplet: AC, 66 and B9. RGB value is (172,102,185). Sum of RGB (Red+Green+Blue) = 172+102+185=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC66B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66B9 is #539946. Grayscale: #848484. Windows color (decimal): -5478727 or 12150444. OLE color: 12150444.

HSL color Cylindrical-coordinate representation of color #AC66B9: hue angle of 290.6º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC66B9 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172102185-
CMYK0.070.4500.27
HSL290.6º37.22%56.27%-
HSV(B)290.6º44.86%72.55%-
XYZ30.5221.7848.49-
YUV132.39157.69156.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=37.47%
G=22.22%
B=40.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721021850.070.4500.27290.637.2256.27
HexAC66B972D01B1232538
Octal2541462717550334434570
Binary10101100110011010111001111101101011011100100011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66B9; }

 p { color: rgb(172,102,185); }

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

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

 a { background-color: rgb(172,102,185); }

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

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

 span { border-color: rgb(172,102,185); }

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