#AC6CBE

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

Shades of Deep Lilac #AC6CBE

Tints of Deep Lilac #AC6CBE

Color information

#AC6CBE (or 0xAC6CBE) is unknown color: approx Deep Lilac. HEX triplet: AC, 6C and BE. RGB value is (172,108,190). Sum of RGB (Red+Green+Blue) = 172+108+190=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CBE is #539341. Grayscale: #888888. Windows color (decimal): -5477186 or 12479660. OLE color: 12479660.

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

Color convert

RGB172108190-
CMYK0.090.4300.25
HSL286.83º38.68%58.43%-
HSV(B)286.83º43.16%74.51%-
XYZ31.6723.2151.53-
YUV136.48158.2153.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=36.60%
G=22.98%
B=40.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721081900.090.4300.25286.8338.6858.43
HexAC6CBE92B01911f273a
Octal25415427611530314374772
Binary101011001101100101111101001101011011001100011111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6CBE; }

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

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

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

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

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

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

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

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