#AC54BC

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

Shades of Deep Lilac #AC54BC

Tints of Deep Lilac #AC54BC

Color information

#AC54BC (or 0xAC54BC) is unknown color: approx Deep Lilac. HEX triplet: AC, 54 and BC. RGB value is (172,84,188). Sum of RGB (Red+Green+Blue) = 172+84+188=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC54BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54BC is #53AB43. Grayscale: #797979. Windows color (decimal): -5483332 or 12342444. OLE color: 12342444.

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

Color convert

RGB17284188-
CMYK0.090.5500.26
HSL290.77º43.7%53.33%-
HSV(B)290.77º55.32%73.73%-
XYZ29.2618.7449.65-
YUV122.17165.15163.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 188 (73.83% from 255) = 42.34%
R=38.74%
G=18.92%
B=42.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172841880.090.5500.26290.7743.753.33
HexAC54BC93701A1232c35
Octal25412427411670324435465
Binary101011001010100101111001001110111011010100100011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC54BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC54BC; }

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

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

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

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

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

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

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

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