#C5AAC4

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

Shades of Lilac #C5AAC4

Tints of Lilac #C5AAC4

Color information

#C5AAC4 (or 0xC5AAC4) is unknown color: approx Lilac. HEX triplet: C5, AA and C4. RGB value is (197,170,196). Sum of RGB (Red+Green+Blue) = 197+170+196=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAC4 is #3A553B. Grayscale: #B4B4B4. Windows color (decimal): -3822908 or 12888773. OLE color: 12888773.

HSL color Cylindrical-coordinate representation of color #C5AAC4: hue angle of 302.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5AAC4 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB197170196-
CMYK00.140.010.23
HSL302.22º18.88%71.96%-
HSV(B)302.22º13.71%77.25%-
XYZ47.3644.6158.34-
YUV181.04136.45139.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 196 (76.95% from 255) = 34.81%
R=34.99%
G=30.20%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717019600.140.010.23302.2218.8871.96
HexC5AAC40E11712e1348
Octal30525230401612745623110
Binary11000101101010101100010001110110111100101110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AAC4; }

 p { color: rgb(197,170,196); }

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

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

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

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

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

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

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