#AC57BE

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

Shades of Deep Lilac #AC57BE

Tints of Deep Lilac #AC57BE

Color information

#AC57BE (or 0xAC57BE) is unknown color: approx Deep Lilac. HEX triplet: AC, 57 and BE. RGB value is (172,87,190). Sum of RGB (Red+Green+Blue) = 172+87+190=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC57BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57BE is #53A841. Grayscale: #7B7B7B. Windows color (decimal): -5482562 or 12474284. OLE color: 12474284.

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

Color convert

RGB17287190-
CMYK0.090.5400.25
HSL289.51º44.21%54.31%-
HSV(B)289.51º54.21%74.51%-
XYZ29.7219.350.88-
YUV124.16165.16162.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=38.31%
G=19.38%
B=42.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172871900.090.5400.25289.5144.2154.31
HexAC57BE9360191222c36
Octal25412727611660314425466
Binary101011001010111101111101001110110011001100100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57BE; }

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

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

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

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

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

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

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

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