#C3AAC5

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

Shades of Lilac #C3AAC5

Tints of Lilac #C3AAC5

Color information

#C3AAC5 (or 0xC3AAC5) is unknown color: approx Lilac. HEX triplet: C3, AA and C5. RGB value is (195,170,197). Sum of RGB (Red+Green+Blue) = 195+170+197=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAC5 is #3C553A. Grayscale: #B4B4B4. Windows color (decimal): -3953979 or 12954307. OLE color: 12954307.

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

Color convert

RGB195170197-
CMYK0.010.1400.23
HSL295.56º18.88%71.96%-
HSV(B)295.56º13.71%77.25%-
XYZ46.9644.3858.92-
YUV180.55137.28138.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.70%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 197 (77.34% from 255) = 35.05%
R=34.70%
G=30.25%
B=35.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951701970.010.1400.23295.5618.8871.96
HexC3AAC51E0171281348
Octal30325230511602745023110
Binary11000011101010101100010111110010111100101000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AAC5; }

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

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

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

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

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

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

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

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