#AC5EBA

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

Shades of Deep Lilac #AC5EBA

Tints of Deep Lilac #AC5EBA

Color information

#AC5EBA (or 0xAC5EBA) is unknown color: approx Deep Lilac. HEX triplet: AC, 5E and BA. RGB value is (172,94,186). Sum of RGB (Red+Green+Blue) = 172+94+186=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EBA is #53A145. Grayscale: #7F7F7F. Windows color (decimal): -5480774 or 12213932. OLE color: 12213932.

HSL color Cylindrical-coordinate representation of color #AC5EBA: hue angle of 290.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC5EBA is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17294186-
CMYK0.080.4900.27
HSL290.87º40%54.9%-
HSV(B)290.87º49.46%72.94%-
XYZ29.8820.3248.8-
YUV127.81160.84159.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 94 (37.11% from 255) = 20.80%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=38.05%
G=20.80%
B=41.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172941860.080.4900.27290.874054.9
HexAC5EBA83101B1232837
Octal25413627210610334435067
Binary101011001011110101110101000110001011011100100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5EBA; }

 p { color: rgb(172,94,186); }

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

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

 a { background-color: rgb(172,94,186); }

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

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

 span { border-color: rgb(172,94,186); }

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