#C2AAC1

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

Shades of Lilac #C2AAC1

Tints of Lilac #C2AAC1

Color information

#C2AAC1 (or 0xC2AAC1) is unknown color: approx Lilac. HEX triplet: C2, AA and C1. RGB value is (194,170,193). Sum of RGB (Red+Green+Blue) = 194+170+193=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAC1 is #3D553E. Grayscale: #B3B3B3. Windows color (decimal): -4019519 or 12692162. OLE color: 12692162.

HSL color Cylindrical-coordinate representation of color #C2AAC1: hue angle of 302.5º 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 #C2AAC1 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194170193-
CMYK00.120.010.24
HSL302.5º16.44%71.37%-
HSV(B)302.5º12.37%76.08%-
XYZ46.2544.0756.52-
YUV179.8135.45138.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=34.83%
G=30.52%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417019300.120.010.24302.516.4471.37
HexC2AAC10C11812e1047
Octal30225230101413045620107
Binary11000010101010101100000101100111000100101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAC1; }

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

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

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

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

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

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

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

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