#AC66C2

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

Shades of Deep Lilac #AC66C2

Tints of Deep Lilac #AC66C2

Color information

#AC66C2 (or 0xAC66C2) is unknown color: approx Deep Lilac. HEX triplet: AC, 66 and C2. RGB value is (172,102,194). Sum of RGB (Red+Green+Blue) = 172+102+194=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC66C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66C2 is #53993D. Grayscale: #858585. Windows color (decimal): -5478718 or 12740268. OLE color: 12740268.

HSL color Cylindrical-coordinate representation of color #AC66C2: hue angle of 285.65º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC66C2 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172102194-
CMYK0.110.4700.24
HSL285.65º42.99%58.04%-
HSV(B)285.65º47.42%76.08%-
XYZ31.522.1753.66-
YUV133.42162.19155.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 194 (76.17% from 255) = 41.45%
R=36.75%
G=21.79%
B=41.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721021940.110.4700.24285.6542.9958.04
HexAC66C2B2F01811e2b3a
Octal25414630213570304365372
Binary101011001100110110000101011101111011000100011110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66C2; }

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

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

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

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

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

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

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

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