#AC6AC1

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

Shades of Deep Lilac #AC6AC1

Tints of Deep Lilac #AC6AC1

Color information

#AC6AC1 (or 0xAC6AC1) is unknown color: approx Deep Lilac. HEX triplet: AC, 6A and C1. RGB value is (172,106,193). Sum of RGB (Red+Green+Blue) = 172+106+193=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC6AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6AC1 is #53953E. Grayscale: #878787. Windows color (decimal): -5477695 or 12675756. OLE color: 12675756.

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

Color convert

RGB172106193-
CMYK0.110.4500.24
HSL285.52º41.23%58.63%-
HSV(B)285.52º45.08%75.69%-
XYZ31.7922.9353.2-
YUV135.65160.37153.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=36.52%
G=22.51%
B=40.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721061930.110.4500.24285.5241.2358.63
HexAC6AC1B2D01811e293b
Octal25415230113550304365173
Binary101011001101010110000011011101101011000100011110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6AC1; }

 p { color: rgb(172,106,193); }

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

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

 a { background-color: rgb(172,106,193); }

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

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

 span { border-color: rgb(172,106,193); }

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