#AC6ABE

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

Shades of Deep Lilac #AC6ABE

Tints of Deep Lilac #AC6ABE

Color information

#AC6ABE (or 0xAC6ABE) is unknown color: approx Deep Lilac. HEX triplet: AC, 6A and BE. RGB value is (172,106,190). Sum of RGB (Red+Green+Blue) = 172+106+190=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC6ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ABE is #539541. Grayscale: #878787. Windows color (decimal): -5477698 or 12479148. OLE color: 12479148.

HSL color Cylindrical-coordinate representation of color #AC6ABE: hue angle of 287.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC6ABE is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172106190-
CMYK0.090.4400.25
HSL287.14º39.25%58.04%-
HSV(B)287.14º44.21%74.51%-
XYZ31.4622.851.46-
YUV135.31158.87154.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 106 (41.80% from 255) = 22.65%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=36.75%
G=22.65%
B=40.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721061900.090.4400.25287.1439.2558.04
HexAC6ABE92C01911f273a
Octal25415227611540314374772
Binary101011001101010101111101001101100011001100011111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6ABE; }

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

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

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

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

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

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

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

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