#AC6ABB

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

Shades of Deep Lilac #AC6ABB

Tints of Deep Lilac #AC6ABB

Color information

#AC6ABB (or 0xAC6ABB) is unknown color: approx Deep Lilac. HEX triplet: AC, 6A and BB. RGB value is (172,106,187). Sum of RGB (Red+Green+Blue) = 172+106+187=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC6ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ABB is #539544. Grayscale: #868686. Windows color (decimal): -5477701 or 12282540. OLE color: 12282540.

HSL color Cylindrical-coordinate representation of color #AC6ABB: hue angle of 288.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC6ABB is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172106187-
CMYK0.080.4300.27
HSL288.89º37.33%57.45%-
HSV(B)288.89º43.32%73.33%-
XYZ31.1422.6749.75-
YUV134.97157.37154.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=36.99%
G=22.80%
B=40.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721061870.080.4300.27288.8937.3357.45
HexAC6ABB82B01B1212539
Octal25415227310530334414571
Binary101011001101010101110111000101011011011100100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6ABB; }

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

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

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

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

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

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

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

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