#C5AAC1

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

Shades of Lilac #C5AAC1

Tints of Lilac #C5AAC1

Color information

#C5AAC1 (or 0xC5AAC1) is unknown color: approx Lilac. HEX triplet: C5, AA and C1. RGB value is (197,170,193). Sum of RGB (Red+Green+Blue) = 197+170+193=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAC1 is #3A553E. Grayscale: #B4B4B4. Windows color (decimal): -3822911 or 12692165. OLE color: 12692165.

HSL color Cylindrical-coordinate representation of color #C5AAC1: hue angle of 308.89º 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 #C5AAC1 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB197170193-
CMYK00.140.020.23
HSL308.89º18.88%71.96%-
HSV(B)308.89º13.71%77.25%-
XYZ47.0344.4756.56-
YUV180.7134.95139.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=35.18%
G=30.36%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717019300.140.020.23308.8918.8871.96
HexC5AAC10E2171351348
Octal30525230101622746523110
Binary110001011010101011000001011101010111100110101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AAC1; }

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

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

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

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

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

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

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

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