#AC6ABC

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

Shades of Deep Lilac #AC6ABC

Tints of Deep Lilac #AC6ABC

Color information

#AC6ABC (or 0xAC6ABC) is unknown color: approx Deep Lilac. HEX triplet: AC, 6A and BC. RGB value is (172,106,188). Sum of RGB (Red+Green+Blue) = 172+106+188=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC6ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ABC is #539543. Grayscale: #868686. Windows color (decimal): -5477700 or 12348076. OLE color: 12348076.

HSL color Cylindrical-coordinate representation of color #AC6ABC: hue angle of 288.29º degrees, saturation: 0.38, 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 #AC6ABC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172106188-
CMYK0.090.4400.26
HSL288.29º37.96%57.65%-
HSV(B)288.29º43.62%73.73%-
XYZ31.2422.7150.31-
YUV135.08157.87154.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=36.91%
G=22.75%
B=40.34%

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
Decimal1721061880.090.4400.26288.2937.9657.65
HexAC6ABC92C01A120263a
Octal25415227411540324404672
Binary101011001101010101111001001101100011010100100000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6ABC; }

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

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

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

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

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

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

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

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