#9A49AC

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

Shades of Deep Lilac #9A49AC

Tints of Deep Lilac #9A49AC

Color information

#9A49AC (or 0x9A49AC) is unknown color: approx Deep Lilac. HEX triplet: 9A, 49 and AC. RGB value is (154,73,172). Sum of RGB (Red+Green+Blue) = 154+73+172=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A49AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A49AC is #65B653. Grayscale: #6C6C6C. Windows color (decimal): -6665812 or 11291034. OLE color: 11291034.

HSL color Cylindrical-coordinate representation of color #9A49AC: hue angle of 289.09º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A49AC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15473172-
CMYK0.100.5800.33
HSL289.09º40.41%48.04%-
HSV(B)289.09º57.56%67.45%-
XYZ23.1614.6140.63-
YUV108.5163.84160.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.60%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=38.60%
G=18.30%
B=43.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154731720.100.5800.33289.0940.4148.04
Hex9A49ACA3A0211212830
Octal23211125412720414415060
Binary1001101010010011010110010101110100100001100100001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A49AC; }

 p { color: rgb(154,73,172); }

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

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

 a { background-color: rgb(154,73,172); }

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

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

 span { border-color: rgb(154,73,172); }

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