#AC61BA

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

Shades of Deep Lilac #AC61BA

Tints of Deep Lilac #AC61BA

Color information

#AC61BA (or 0xAC61BA) is unknown color: approx Deep Lilac. HEX triplet: AC, 61 and BA. RGB value is (172,97,186). Sum of RGB (Red+Green+Blue) = 172+97+186=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61BA is #539E45. Grayscale: #818181. Windows color (decimal): -5480006 or 12214700. OLE color: 12214700.

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

Color convert

RGB17297186-
CMYK0.080.4800.27
HSL290.56º39.21%55.49%-
HSV(B)290.56º47.85%72.94%-
XYZ30.1520.8748.89-
YUV129.57159.85158.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=37.80%
G=21.32%
B=40.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172971860.080.4800.27290.5639.2155.49
HexAC61BA83001B1232737
Octal25414127210600334434767
Binary101011001100001101110101000110000011011100100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61BA; }

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

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

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

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

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

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

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

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