#AC6ABD

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

Shades of Deep Lilac #AC6ABD

Tints of Deep Lilac #AC6ABD

Color information

#AC6ABD (or 0xAC6ABD) is unknown color: approx Deep Lilac. HEX triplet: AC, 6A and BD. RGB value is (172,106,189). Sum of RGB (Red+Green+Blue) = 172+106+189=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC6ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ABD is #539542. Grayscale: #868686. Windows color (decimal): -5477699 or 12413612. OLE color: 12413612.

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

Color convert

RGB172106189-
CMYK0.090.4400.26
HSL287.71º38.6%57.84%-
HSV(B)287.71º43.92%74.12%-
XYZ31.3522.7550.88-
YUV135.2158.37154.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 106 (41.80% from 255) = 22.70%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=36.83%
G=22.70%
B=40.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721061890.090.4400.26287.7138.657.84
HexAC6ABD92C01A120273a
Octal25415227511540324404772
Binary101011001101010101111011001101100011010100100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6ABD; }

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

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

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

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

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

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

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

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