#AC58BE

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

Shades of Deep Lilac #AC58BE

Tints of Deep Lilac #AC58BE

Color information

#AC58BE (or 0xAC58BE) is unknown color: approx Deep Lilac. HEX triplet: AC, 58 and BE. RGB value is (172,88,190). Sum of RGB (Red+Green+Blue) = 172+88+190=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC58BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58BE is #53A741. Grayscale: #7C7C7C. Windows color (decimal): -5482306 or 12474540. OLE color: 12474540.

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

Color convert

RGB17288190-
CMYK0.090.5400.25
HSL289.41º43.97%54.51%-
HSV(B)289.41º53.68%74.51%-
XYZ29.819.4750.9-
YUV124.74164.83161.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 88 (34.77% from 255) = 19.56%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=38.22%
G=19.56%
B=42.22%

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
Decimal172881900.090.5400.25289.4143.9754.51
HexAC58BE9360191212c37
Octal25413027611660314415467
Binary101011001011000101111101001110110011001100100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC58BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC58BE; }

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

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

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

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

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

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

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

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