#AC56BE

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

Shades of Deep Lilac #AC56BE

Tints of Deep Lilac #AC56BE

Color information

#AC56BE (or 0xAC56BE) is unknown color: approx Deep Lilac. HEX triplet: AC, 56 and BE. RGB value is (172,86,190). Sum of RGB (Red+Green+Blue) = 172+86+190=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC56BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56BE is #53A941. Grayscale: #7B7B7B. Windows color (decimal): -5482818 or 12474028. OLE color: 12474028.

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

Color convert

RGB17286190-
CMYK0.090.5500.25
HSL289.62º44.44%54.12%-
HSV(B)289.62º54.74%74.51%-
XYZ29.6419.1450.85-
YUV123.57165.49162.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 86 (33.98% from 255) = 19.20%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=38.39%
G=19.20%
B=42.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172861900.090.5500.25289.6244.4454.12
HexAC56BE9370191222c36
Octal25412627611670314425466
Binary101011001010110101111101001110111011001100100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC56BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC56BE; }

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

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

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

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

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

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

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

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