#AC53BE

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

Shades of Deep Lilac #AC53BE

Tints of Deep Lilac #AC53BE

Color information

#AC53BE (or 0xAC53BE) is unknown color: approx Deep Lilac. HEX triplet: AC, 53 and BE. RGB value is (172,83,190). Sum of RGB (Red+Green+Blue) = 172+83+190=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC53BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53BE is #53AC41. Grayscale: #797979. Windows color (decimal): -5483586 or 12473260. OLE color: 12473260.

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

Color convert

RGB17283190-
CMYK0.090.5600.25
HSL289.91º45.15%53.53%-
HSV(B)289.91º56.32%74.51%-
XYZ29.418.6750.77-
YUV121.81166.49163.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 83 (32.81% from 255) = 18.65%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=38.65%
G=18.65%
B=42.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172831900.090.5600.25289.9145.1553.53
HexAC53BE9380191222d36
Octal25412327611700314425566
Binary101011001010011101111101001111000011001100100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC53BE; }

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

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

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

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

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

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

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

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