#AC68BC

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

Shades of Deep Lilac #AC68BC

Tints of Deep Lilac #AC68BC

Color information

#AC68BC (or 0xAC68BC) is unknown color: approx Deep Lilac. HEX triplet: AC, 68 and BC. RGB value is (172,104,188). Sum of RGB (Red+Green+Blue) = 172+104+188=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC68BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68BC is #539743. Grayscale: #858585. Windows color (decimal): -5478212 or 12347564. OLE color: 12347564.

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

Color convert

RGB172104188-
CMYK0.090.4500.26
HSL288.57º38.53%57.25%-
HSV(B)288.57º44.68%73.73%-
XYZ31.0422.350.25-
YUV133.91158.53155.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 104 (41.02% from 255) = 22.41%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=37.07%
G=22.41%
B=40.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721041880.090.4500.26288.5738.5357.25
HexAC68BC92D01A1212739
Octal25415027411550324414771
Binary101011001101000101111001001101101011010100100001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC68BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC68BC; }

 p { color: rgb(172,104,188); }

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

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

 a { background-color: rgb(172,104,188); }

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

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

 span { border-color: rgb(172,104,188); }

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