#AC6CBA

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

Shades of Deep Lilac #AC6CBA

Tints of Deep Lilac #AC6CBA

Color information

#AC6CBA (or 0xAC6CBA) is unknown color: approx Deep Lilac. HEX triplet: AC, 6C and BA. RGB value is (172,108,186). Sum of RGB (Red+Green+Blue) = 172+108+186=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC6CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CBA is #539345. Grayscale: #878787. Windows color (decimal): -5477190 or 12217516. OLE color: 12217516.

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

Color convert

RGB172108186-
CMYK0.080.4200.27
HSL289.23º36.11%57.65%-
HSV(B)289.23º41.94%72.94%-
XYZ31.2423.0449.26-
YUV136.03156.2153.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=36.91%
G=23.18%
B=39.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721081860.080.4200.27289.2336.1157.65
HexAC6CBA82A01B121243a
Octal25415427210520334414472
Binary101011001101100101110101000101010011011100100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6CBA; }

 p { color: rgb(172,108,186); }

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

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

 a { background-color: rgb(172,108,186); }

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

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

 span { border-color: rgb(172,108,186); }

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