#AC5DBC

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

Shades of Deep Lilac #AC5DBC

Tints of Deep Lilac #AC5DBC

Color information

#AC5DBC (or 0xAC5DBC) is unknown color: approx Deep Lilac. HEX triplet: AC, 5D and BC. RGB value is (172,93,188). Sum of RGB (Red+Green+Blue) = 172+93+188=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC5DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DBC is #53A243. Grayscale: #7F7F7F. Windows color (decimal): -5481028 or 12344748. OLE color: 12344748.

HSL color Cylindrical-coordinate representation of color #AC5DBC: hue angle of 289.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5DBC is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17293188-
CMYK0.090.5100.26
HSL289.89º41.48%55.1%-
HSV(B)289.89º50.53%73.73%-
XYZ3020.2349.9-
YUV127.45162.17159.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=37.97%
G=20.53%
B=41.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172931880.090.5100.26289.8941.4855.1
HexAC5DBC93301A1222937
Octal25413527411630324425167
Binary101011001011101101111001001110011011010100100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5DBC; }

 p { color: rgb(172,93,188); }

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

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

 a { background-color: rgb(172,93,188); }

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

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

 span { border-color: rgb(172,93,188); }

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