#AC54BE

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

Shades of Deep Lilac #AC54BE

Tints of Deep Lilac #AC54BE

Color information

#AC54BE (or 0xAC54BE) is unknown color: approx Deep Lilac. HEX triplet: AC, 54 and BE. RGB value is (172,84,190). Sum of RGB (Red+Green+Blue) = 172+84+190=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC54BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54BE is #53AB41. Grayscale: #7A7A7A. Windows color (decimal): -5483330 or 12473516. OLE color: 12473516.

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

Color convert

RGB17284190-
CMYK0.090.5600.25
HSL289.81º44.92%53.73%-
HSV(B)289.81º55.79%74.51%-
XYZ29.4818.8350.8-
YUV122.4166.15163.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 84 (33.20% from 255) = 18.83%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=38.57%
G=18.83%
B=42.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172841900.090.5600.25289.8144.9253.73
HexAC54BE9380191222d36
Octal25412427611700314425566
Binary101011001010100101111101001111000011001100100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC54BE; }

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

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

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

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

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

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

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

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