#AC69C2

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

Shades of Deep Lilac #AC69C2

Tints of Deep Lilac #AC69C2

Color information

#AC69C2 (or 0xAC69C2) is unknown color: approx Deep Lilac. HEX triplet: AC, 69 and C2. RGB value is (172,105,194). Sum of RGB (Red+Green+Blue) = 172+105+194=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC69C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69C2 is #53963D. Grayscale: #868686. Windows color (decimal): -5477950 or 12741036. OLE color: 12741036.

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

Color convert

RGB172105194-
CMYK0.110.4600.24
HSL285.17º42.18%58.63%-
HSV(B)285.17º45.88%76.08%-
XYZ31.822.7753.76-
YUV135.18161.2154.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 194 (76.17% from 255) = 41.19%
R=36.52%
G=22.29%
B=41.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721051940.110.4600.24285.1742.1858.63
HexAC69C2B2E01811d2a3b
Octal25415130213560304355273
Binary101011001101001110000101011101110011000100011101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69C2; }

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

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

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

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

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

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

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

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