#ac66ba

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

Shades of Deep Lilac #AC66BA

Tints of Deep Lilac #AC66BA

Color information

#AC66BA (or 0xAC66BA) is unknown color: approx Deep Lilac. HEX triplet: AC, 66 and BA. RGB value is (172,102,186). Sum of RGB (Red+Green+Blue) = 172+102+186=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC66BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66BA is #539945. Grayscale: #848484. Windows color (decimal): -5478726 or 12215980. OLE color: 12215980.

HSL color Cylindrical-coordinate representation of color #AC66BA: hue angle of 290º degrees, saturation: 0.38, 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 #AC66BA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172102186-
CMYK0.080.4500.27
HSL290º37.84%56.47%-
HSV(B)290º45.16%72.94%-
XYZ30.6321.8249.05-
YUV132.51158.19156.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=37.39%
G=22.17%
B=40.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721021860.080.4500.2729037.8456.47
HexAC66BA82D01B1222638
Octal25414627210550334424670
Binary101011001100110101110101000101101011011100100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac66ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac66ba; }

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

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

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

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

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

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

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

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