#C49ACC

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

Shades of Lilac #C49ACC

Tints of Lilac #C49ACC

Color information

#C49ACC (or 0xC49ACC) is unknown color: approx Lilac. HEX triplet: C4, 9A and CC. RGB value is (196,154,204). Sum of RGB (Red+Green+Blue) = 196+154+204=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #C49ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ACC is #3B6533. Grayscale: #ACACAC. Windows color (decimal): -3892532 or 13408964. OLE color: 13408964.

HSL color Cylindrical-coordinate representation of color #C49ACC: hue angle of 290.4º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C49ACC is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196154204-
CMYK0.040.2500.2
HSL290.4º32.89%70.2%-
HSV(B)290.4º24.51%80%-
XYZ45.2239.2162.31-
YUV172.26145.91144.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=35.38%
G=27.80%
B=36.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961542040.040.2500.2290.432.8970.2
HexC49ACC4190141222146
Octal30423231443102444241106
Binary110001001001101011001100100110010101001001000101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49ACC; }

 p { color: rgb(196,154,204); }

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

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

 a { background-color: rgb(196,154,204); }

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

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

 span { border-color: rgb(196,154,204); }

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