#C1AAC1

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

Shades of Lilac #C1AAC1

Tints of Lilac #C1AAC1

Color information

#C1AAC1 (or 0xC1AAC1) is unknown color: approx Lilac. HEX triplet: C1, AA and C1. RGB value is (193,170,193). Sum of RGB (Red+Green+Blue) = 193+170+193=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C1AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAC1 is #3E553E. Grayscale: #B3B3B3. Windows color (decimal): -4085055 or 12692161. OLE color: 12692161.

HSL color Cylindrical-coordinate representation of color #C1AAC1: hue angle of 300º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1AAC1 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB193170193-
CMYK00.1200.24
HSL300º15.65%71.18%-
HSV(B)300º11.92%75.69%-
XYZ45.9943.9456.51-
YUV179.5135.62137.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.71%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=34.71%
G=30.58%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317019300.1200.2430015.6571.18
HexC1AAC10C01812c1047
Octal30125230101403045420107
Binary11000001101010101100000101100011000100101100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AAC1; }

 p { color: rgb(193,170,193); }

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

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

 a { background-color: rgb(193,170,193); }

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

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

 span { border-color: rgb(193,170,193); }

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