#C6ACC6

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

Shades of Lilac #C6ACC6

Tints of Lilac #C6ACC6

Color information

#C6ACC6 (or 0xC6ACC6) is unknown color: approx Lilac. HEX triplet: C6, AC and C6. RGB value is (198,172,198). Sum of RGB (Red+Green+Blue) = 198+172+198=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C6ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACC6 is #395339. Grayscale: #B6B6B6. Windows color (decimal): -3756858 or 13020358. OLE color: 13020358.

HSL color Cylindrical-coordinate representation of color #C6ACC6: hue angle of 300º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6ACC6 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB198172198-
CMYK00.1300.22
HSL300º18.57%72.55%-
HSV(B)300º13.13%77.65%-
XYZ48.2345.5959.68-
YUV182.74136.61138.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.86%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 198 (77.73% from 255) = 34.86%
R=34.86%
G=30.28%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817219800.1300.2230018.5772.55
HexC6ACC60D01612c1349
Octal30625430601502645423111
Binary11000110101011001100011001101010110100101100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACC6; }

 p { color: rgb(198,172,198); }

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

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

 a { background-color: rgb(198,172,198); }

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

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

 span { border-color: rgb(198,172,198); }

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