#C3A4BE

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

Shades of Lilac #C3A4BE

Tints of Lilac #C3A4BE

Color information

#C3A4BE (or 0xC3A4BE) is unknown color: approx Lilac. HEX triplet: C3, A4 and BE. RGB value is (195,164,190). Sum of RGB (Red+Green+Blue) = 195+164+190=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A4BE is #3C5B41. Grayscale: #B0B0B0. Windows color (decimal): -3955522 or 12494019. OLE color: 12494019.

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

Color convert

RGB195164190-
CMYK00.160.030.24
HSL309.68º20.53%70.39%-
HSV(B)309.68º15.9%76.47%-
XYZ45.0841.8754.42-
YUV176.23135.77141.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=35.52%
G=29.87%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516419000.160.030.24309.6820.5370.39
HexC3A4BE0103181361546
Octal30324427602033046625106
Binary1100001110100100101111100100001111000100110110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A4BE; }

 p { color: rgb(195,164,190); }

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

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

 a { background-color: rgb(195,164,190); }

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

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

 span { border-color: rgb(195,164,190); }

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