#AC69C3

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

Shades of Deep Lilac #AC69C3

Tints of Deep Lilac #AC69C3

Color information

#AC69C3 (or 0xAC69C3) is unknown color: approx Deep Lilac. HEX triplet: AC, 69 and C3. RGB value is (172,105,195). Sum of RGB (Red+Green+Blue) = 172+105+195=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC69C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69C3 is #53963C. Grayscale: #878787. Windows color (decimal): -5477949 or 12806572. OLE color: 12806572.

HSL color Cylindrical-coordinate representation of color #AC69C3: hue angle of 284.67º degrees, saturation: 0.43, 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 #AC69C3 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172105195-
CMYK0.120.4600.24
HSL284.67º42.86%58.82%-
HSV(B)284.67º46.15%76.47%-
XYZ31.9222.8154.35-
YUV135.29161.7154.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=36.44%
G=22.25%
B=41.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721051950.120.4600.24284.6742.8658.82
HexAC69C3C2E01811d2b3b
Octal25415130314560304355373
Binary101011001101001110000111100101110011000100011101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69C3; }

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

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

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

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

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

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

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

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