#AC65BE

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

Shades of Deep Lilac #AC65BE

Tints of Deep Lilac #AC65BE

Color information

#AC65BE (or 0xAC65BE) is unknown color: approx Deep Lilac. HEX triplet: AC, 65 and BE. RGB value is (172,101,190). Sum of RGB (Red+Green+Blue) = 172+101+190=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65BE is #539A41. Grayscale: #848484. Windows color (decimal): -5478978 or 12477868. OLE color: 12477868.

HSL color Cylindrical-coordinate representation of color #AC65BE: hue angle of 287.87º 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 #AC65BE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172101190-
CMYK0.090.4700.25
HSL287.87º40.64%57.06%-
HSV(B)287.87º46.84%74.51%-
XYZ30.9621.851.29-
YUV132.38160.52156.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 101 (39.84% from 255) = 21.81%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=37.15%
G=21.81%
B=41.04%

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
Decimal1721011900.090.4700.25287.8740.6457.06
HexAC65BE92F0191202939
Octal25414527611570314405171
Binary101011001100101101111101001101111011001100100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC65BE; }

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

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

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

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

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

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

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

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