#AC63BE

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

Shades of Deep Lilac #AC63BE

Tints of Deep Lilac #AC63BE

Color information

#AC63BE (or 0xAC63BE) is unknown color: approx Deep Lilac. HEX triplet: AC, 63 and BE. RGB value is (172,99,190). Sum of RGB (Red+Green+Blue) = 172+99+190=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC63BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63BE is #539C41. Grayscale: #828282. Windows color (decimal): -5479490 or 12477356. OLE color: 12477356.

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

Color convert

RGB17299190-
CMYK0.090.4800.25
HSL288.13º41.18%56.67%-
HSV(B)288.13º47.89%74.51%-
XYZ30.7721.4151.23-
YUV131.2161.18157.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 99 (39.06% from 255) = 21.48%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=37.31%
G=21.48%
B=41.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172991900.090.4800.25288.1341.1856.67
HexAC63BE9300191202939
Octal25414327611600314405171
Binary101011001100011101111101001110000011001100100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63BE; }

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

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

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

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

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

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

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

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