#C4A5C9

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

Shades of Lilac #C4A5C9

Tints of Lilac #C4A5C9

Color information

#C4A5C9 (or 0xC4A5C9) is unknown color: approx Lilac. HEX triplet: C4, A5 and C9. RGB value is (196,165,201). Sum of RGB (Red+Green+Blue) = 196+165+201=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 201 - color contains mainly: blue. Hex color #C4A5C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A5C9 is #3B5A36. Grayscale: #B2B2B2. Windows color (decimal): -3889719 or 13215172. OLE color: 13215172.

HSL color Cylindrical-coordinate representation of color #C4A5C9: hue angle of 291.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A5C9 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196165201-
CMYK0.020.1800.21
HSL291.67º25%71.76%-
HSV(B)291.67º17.91%78.82%-
XYZ46.7642.8661.07-
YUV178.37140.77140.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 165 (64.84% from 255) = 29.36%
BLUE value IS 201 (78.91% from 255) = 35.77%
R=34.88%
G=29.36%
B=35.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961652010.020.1800.21291.672571.76
HexC4A5C92120151241948
Octal30424531122202544431110
Binary1100010010100101110010011010010010101100100100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A5C9; }

 p { color: rgb(196,165,201); }

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

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

 a { background-color: rgb(196,165,201); }

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

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

 span { border-color: rgb(196,165,201); }

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