#AC66BD

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

Shades of Deep Lilac #AC66BD

Tints of Deep Lilac #AC66BD

Color information

#AC66BD (or 0xAC66BD) is unknown color: approx Deep Lilac. HEX triplet: AC, 66 and BD. RGB value is (172,102,189). Sum of RGB (Red+Green+Blue) = 172+102+189=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC66BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66BD is #539942. Grayscale: #848484. Windows color (decimal): -5478723 or 12412588. OLE color: 12412588.

HSL color Cylindrical-coordinate representation of color #AC66BD: hue angle of 288.28º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC66BD is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172102189-
CMYK0.090.4600.26
HSL288.28º39.73%57.06%-
HSV(B)288.28º46.03%74.12%-
XYZ30.9521.9550.75-
YUV132.85159.69155.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=37.15%
G=22.03%
B=40.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721021890.090.4600.26288.2839.7357.06
HexAC66BD92E01A1202839
Octal25414627511560324405071
Binary101011001100110101111011001101110011010100100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66BD; }

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

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

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

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

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

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

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

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