#AC64BE

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

Shades of Deep Lilac #AC64BE

Tints of Deep Lilac #AC64BE

Color information

#AC64BE (or 0xAC64BE) is unknown color: approx Deep Lilac. HEX triplet: AC, 64 and BE. RGB value is (172,100,190). Sum of RGB (Red+Green+Blue) = 172+100+190=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64BE is #539B41. Grayscale: #838383. Windows color (decimal): -5479234 or 12477612. OLE color: 12477612.

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

Color convert

RGB172100190-
CMYK0.090.4700.25
HSL288º40.91%56.86%-
HSV(B)288º47.37%74.51%-
XYZ30.8621.651.26-
YUV131.79160.85156.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=37.23%
G=21.65%
B=41.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721001900.090.4700.2528840.9156.86
HexAC64BE92F0191202939
Octal25414427611570314405171
Binary101011001100100101111101001101111011001100100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC64BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC64BE; }

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

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

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

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

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

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

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

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