#C1A4BD

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

Shades of Lilac #C1A4BD

Tints of Lilac #C1A4BD

Color information

#C1A4BD (or 0xC1A4BD) is unknown color: approx Lilac. HEX triplet: C1, A4 and BD. RGB value is (193,164,189). Sum of RGB (Red+Green+Blue) = 193+164+189=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A4BD is #3E5B42. Grayscale: #AFAFAF. Windows color (decimal): -4086595 or 12428481. OLE color: 12428481.

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

Color convert

RGB193164189-
CMYK00.150.020.24
HSL308.28º18.95%70%-
HSV(B)308.28º15.03%75.69%-
XYZ44.4541.5653.82-
YUV175.52135.61140.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.35%
GREEN value IS 164 (64.45% from 255) = 30.04%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=35.35%
G=30.04%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316418900.150.020.24308.2818.9570
HexC1A4BD0F2181341346
Octal30124427501723046423106
Binary110000011010010010111101011111011000100110100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A4BD; }

 p { color: rgb(193,164,189); }

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

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

 a { background-color: rgb(193,164,189); }

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

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

 span { border-color: rgb(193,164,189); }

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